Reference Guide

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
Restore system from NFS share without clearing the VD configurations.
racadm systemconfig restore -f image.img -l 192.168.0:/share -u admin -p xxx
Restore system from HTTP share without clearing the VD configurations.
racadm systemconfig restore -f image.img -l http://test.com/share -u
httpuser -p httppswd
Restore system from HTTPS share without clearing the VD configurations.
racadm systemconfig restore -f image.img -l https://test.com/share -u
httpsuser -p httpspswd
Create a backup file 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
AutoBackup system to vFlash SD.
racadm systemconfig backup --vFlash -time 10:30 -wom 1 -dow mon -rp 6 -mb 1
AutoBackup system to HTTP and encrypt the data.
racadm systemconfig backup -f image.img -l http://test.com -u admin -p
passwd -n Encryptp@sswd123 -time 14:30 -dom 1 -rp 6 -mb 20
AutoBackup system to HTTPS and encrypt the data.
racadm systemconfig backup -f image.img -l https://test.com -u admin -p
passwd -n Encryptp@sswd123-time 14:30 -dom 1 -rp 6 -mb 20
138
RACADM Subcommand Details