Skip to main content

backup command

Use this command to create a backup file containing the current system security settings.

Syntax:
backup [-options]
Table 1. backup options
OptionDescriptionValues
-fFilename of backup fileValid filename
-ppPassword or quote delimited phrase used to encrypt the passwords inside the backup fileValid password or quote-delimited pass-phrase
-ipIP address of TFTP/SFTP serverValid IP address
-pnPort number of TFTP/SFTP serverValid port number (default 69/22)
-uUsername for SFTP serverValid user name
-pwPassword for SFTP serverValid password
—enc Encrypt entire backup file 
Example:
system> backup -f /home3/back.bak -pp 1234567890 -ip 10.240.218.90 -pn 22 -u username -pw password
ok