CLI Guide
• -wom: Species the week of month to schedule an autobackup. Valid values are 1–4, L(Last week) or '*' (default
— any week).
• -dow: Species the day of week to schedule an autobackup. Valid values are sun, mon, tue, wed, thu, fri, sat, or
'*' (default — any day).
NOTE: The -dom, -wom, or -dow option must be included in the command for the autoupdate schedule.
The * value for the options must be included within ' ' (single quotation mark).
• If the -dom option is specied, then the -wom and -dom options are not required.
• If the-wom option is specied, 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: Species the repeat parameter. This parameter must be specied.
– If the-dom option is specied, then the valid values for -rp are 1–12.
– If the-wom option is specied, then the valid values for -rp are 1–52
– If the-dow option is specied, then the valid values for -rp are 1–366.
• -mb: Species 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 le is created in a subfolder within the CIFS shared folder, then the subfolder name must be
mentioned in the lename option.
Output Job ID is displayed when the back up 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 congurations.
racadm systemconfig restore -vFlash --nopreserve
• Restore system from NFS share without clearing the VD congurations.
racadm systemconfig restore -f image.img -l 192.168.0:/share -u admin -p xxx
• Create a backup le in a subfolder within the CIFS shared folder.
racadm systemconfig backup –f rts/Backup.img –l //192.168.0/CIFSshare –u
username –p xxx
• To enable or disable AutoBackupScheduler.
racadm set lifecyclecontroller.lcattributes.autobackup 1
racadm set lifecyclecontroller.lcattributes.autobackup 0
• AutoBackup system to CIFS share and encrypt the data.
racadm systemconfig backup -f image.img -l //192.168.0/share -u admin -p xxx -
n encryptpasswd123 -time 14:30 -dom 1 -rp 6 -mb 10
• AutoBackup system to NFS share and encrypt the data.
racadm systemconfig backup -f image.img -l 192.168.0:/share -u admin -p xxx -
n encryptpasswd123 -time 14:30 -dom 1 -rp 6 -mb 20
126
RACADM Subcommand Details