White Paper

11 Automatic Backup Server Profile | Revision 1.0.
3.1.1 Usage Examples
AutoBackup system to a CIFS share and encrypt the data:
AutoBackup system to an NFS share and encrypt the data:
AutoBackup system to vFlash SD:
3.2 Using WS–Man
The SetBackupSchedule() method used by the DCIM_LCService class is used to configure automatic
backup schedule using WSMAN. The profile for the LC Management Profile contains additional
information about this method. The LC Best Practices Guide provides more information about scripting
racadm systemconfig backup -f image.img -l //192.168.2.140/share -u admin -p passwd -n
encryptpasswd123 -time 14:30 -dom 1 -rp 6 -mb 10
racadm systemconfig backup -f image.img -l 192.168.2.140:/share -u admin -p passwd -n
encryptpasswd123 -time 14:30 -dom 1 -rp 6 -mb 20
racadm systemconfig backup --vFlash -time 10:30 -wom 1 -dow mon -rp 6 -mb 1
Note: The -dom, -wom, or -dow options should be included in the
command for the autobackup schedule
if -dom option is included in the command, then -wom and -dow options
should not be included.
if -wom option is included in the command, then only -dow option
should be included.
if -dom or -wom option is non-'*', then the autoupdate is scheduled
for every month.
if -dom and -wom options are '*'and -dow option is non-'*', then the
autobackup is scheduled for every week.
if -dom, -wom, and -dow options are '*',\n then the autobackup
is scheduled to repeat each day.
-rp : Repeat parameter. This option has to be specified.
if -dom is specified, then valid values for -rp are 1-12.
if -wom is specified, then valid values for -rp are 1-52.
if -dow is specified, then valid values for -rp are 1-366.
-mb : Maximum Backup parameter. For --vflash maximum backup
is 1.