backup command
Use this command to create a backup file containing the current system security settings.
Syntax:
backup [-options]
Option | Description | Values |
---|---|---|
-f | Filename of backup file | Valid filename |
-pp | Password or quote delimited phrase used to encrypt the passwords inside the backup file | Valid password or quote-delimited pass-phrase |
-ip | IP address of TFTP/SFTP server | Valid IP address |
-pn | Port number of TFTP/SFTP server | Valid port number (default 69/22) |
-u | Username for SFTP server | Valid user name |
-pw | Password for SFTP server | Valid 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
Give documentation feedback