backup command
Use this command to create a backup file containing the current system security settings.
The following table shows the arguments for the options.
Option | Description | Values |
---|---|---|
-f | Backup file name | Valid file name |
-pp | Password or pass-phrase used to encrypt 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 |
-fd | Filename for XML description of backup CLI commands | Valid filename |
Syntax:
backup [<em className="ph i">options</em>]
option:
-f <em className="ph i">filename</em>
-pp <em className="ph i">password</em>
-ip <em className="ph i">ip_address</em>
-pn <em className="ph i">port_number</em>
-u <em className="ph i">username</em>
-pw <em className="ph i">password</em>
-fd <em className="ph i">filename</em>
Example:
system> backup –f imm-back.cli –pp xxxxxx –ip 192.168.70.200
ok
system>
Give feedback