Operating System
|
Task
|
Script with Variables
|
Example Script
|
---|---|---|---|
Windows
|
Preserve data
|
scprov prov -d <device_group> -t preserve -x
<passphrase>
|
scprov prov -d all -t preserve -x
passPhrase
|
Erase data
|
scprov prov -d <device_group> -t erase -x
<passphrase>
|
scprov prov -d H,I,J,K -t erase -x
passPhrase
|
|
Linux
|
Preserve data
|
./scprov.sh prov -d <device_group> -t
preserve -x <passphrase>
|
./scprov.sh prov -d boot -t preserve -x
passPhrase
|
Erase data
|
./scprov.sh prov -d <device_group> -t erase
-x <passphrase>
|
./scprov.sh prov -d data -t erase -x
passPhrase
|
Option | Description |
all
|
Use this to select all unencrypted devices, including the boot
device.
|
data
|
Use this to select all unencrypted devices except for the boot
device.
|
boot
|
Use this to select only boot device if it is unencrypted.
|
Device group of the form
<device1>,<device2>,<device3>
|
Use this to specify which devices from a group to encrypt. If a
device is partitioned and mounted as two drives, both drives must be
included in the device list. For example: C,D
|
![]() |
NoteOn Linux systems, parameters are case sensitive.
When erasing the existing data during encryption, SecureCloud will use the default
settings to determine the device's file system and mount point. To
override the default settings and enter specified settings, instead use
the steps provided in Configuration Tool - Using a List File.
The default settings are as follows:
|