CLI Guide

-l—Specifies the network share location, can be either CIFS, NFS, HTTP, or HTTPS.
-f—Specifies the image location and the file name.
NOTE: If the file is in a subfolder within the share location, then specify the network share
location in the –l option and specify the subfolder location and the filename in the –f option.
-u—Specifies the user name for the remote share access.
-p—Specifies the password for the remote share access.
--vFlash—Selects vFlash SD as target location for back-up.
--nopreserve—Deletes all the virtual disks and configurations.
-time: Specifies the time to schedule an autobackup in HH:MM format. This parameter must be specified.
-dom: Specifies the day of month to schedule an autobackup. Valid values are 1–28, L(Last day) or '*' (default
—any day).
-wom: Specifies the week of month to schedule an autobackup. Valid values are 1–4, L(Last week) or '*'
(default—any week).
-dow: Specifies the day of week to schedule an autobackup. Valid values are sun, mon, tue, which is wed, thu,
fri, sat, or '*' (default—any day).
NOTE: The -dom, -wom, or -dow option must be in the command for the autoupdate schedule. The *
value for the options must be included within ' ' (single quotation mark).
If the -dom option is specified, and then the -wom and -dom options are not required.
If the-wom option is specified, then the-dow is required and -dom is not required.
If the-dom option is non-'*', then the schedule repeats by month.
If the-wom option is non-'*', then the schedule repeats by month.
If the-dom and -wom options are '*' and the -dow option is non-'*', then the schedule repeats by
week.
If all the three -dom, -wom and -dow options are '*', then the schedule repeats by day.
-rp: Specifies the repeat parameter. This parameter must be specified.
If the-dom option is specified, then the valid values for -rp are 1–12.
If the-wom option is specified, then the valid values for -rp are 1–52
If the-dow option is specified, then the valid values for -rp are 1–366.
-mb: Specifies the maximum backup parameter. For --vflash maximum backup is 1.
NOTE:
Avoid using the -l, -u, and -p options with --vFlash option.
If a backup file is created in a subfolder within the CIFS shared folder, then the subfolder name
must be mentioned in the filename option.
Output Job ID is displayed when the backup or restore operation is successful.
Example
Back up system to CIFS share and encrypt the data.
racadm systemconfig backup -f image.img -l //192.168.0/share -u admin -p
xxx -n Encryptp@sswd123
Back up system to NFS share and encrypt the data.
racadm systemconfig backup -f image.img -l 192.168.0 :/share -u admin -p
xxx -n Encryptp@sswd123
Back up system to vFlash SD.
racadm systemconfig backup --vFlash
Restore system from vFlash SD and clear the VD configurations.
racadm systemconfig restore -vFlash --nopreserve
RACADM Subcommand Details 143