execute backup config ftp [filename] [server] [username] [password]_備份設定檔到 FTP 伺服器
execute backup config tftp [filename] [server] 備份設定檔到_TFTP 伺服器
execute restore config ftp [filename] [server] [username] [password]_從 FTP 還原設定檔
execute restore config tftp [filename] [server] 從 TFTP_還原設定檔
範例FTP備份:
execute backup config ftp backup.conf 192.168.1.100 myuser mypass
範例TFTP備份:
execute backup config tftp backup.conf 192.168.1.100
範例FTP還原:
execute restore config ftp backup.conf 192.168.1.100 myuser mypass
範例TFTP還原:
execute restore config tftp backup.conf 192.168.1.100