restore command
Use this command to restore system settings from a backup file.
Syntax:
restore [-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 |
Example:
system> restore -f /home3/backup.bak -ip 10.240.218.xx -pn 22 -u xx -pw xx -pp xx
Restore succeeded.
Give documentation feedback