backup settings (TFTP, SFTP, USB)

Description

Back up settings immediately to TFTP, SFTP, or USB.

Syntax

backup settings to {usb | tftp server <server> | sftp server <server>} [filename <filename>] [file-encryption {off|on password <password>}] [backup-policy {on|off}] [add-comment "comment"] [username <username>] [password <password>]

Parameters

Parameter

Description

to

  • USB storage device

  • TFTP server

  • SFTP server

filename

Name of the file

file-encryption

File encryption is turned on or off

backup-policy

Backup policy is turned on or off

username

Name of the user

password

Password

Example

backup settings to sftp server 192.168.1.1 filename file1.log file-encryption on password pass1 backup-policy off username user password pass2