backup command
Use the backup command to backup all configuration settings, or back up SED AK on the ThinkEdge servers by using the --redfish parameter.
backup command syntax
OneCli.exe config backup [setting] --file [arg] –passphrase[arg] [common options] --redfish
Parameter | Required/Optional | Notes |
---|---|---|
--file | Required | Specify the key file name for restoring Self-encrypting Drive Authentication Key (SED AK) or configuration settings, which contains the enciphered messages. |
--kcs | Optional | Force to use IPMI over KCS local interface. |
--passphrase | Required | The passphrase to backup and restore SED AK or configuration settings in a file. |
| Optional | Refer to Table 2. |
Example of the backup command
To backup SED AK:
OneCli.exe config backup Security.SED_AK --passphrase xxxxxx --file backup.txt
--bmc USERID:PASSW0RD@XX.XX.XX.XX --redfish
To backup the configuration settings:
OneCli config backup --passphrase xxxxxx --scope wholeFile --file backup.txt
--bmc USERID:PASSW0RD@XX.XX.XX.XX –redfish
Give documentation feedback