To configure an automated configuration backup on PacketShaper, do the following:
1. Create a command file with the syntax below:
#the following command performs a configuration backup and stores it as backup.cmd on 9.256/cmd directory
setup capture complete backup.cmd
#the next command initiates a connection to the FTP server and uploads the configuration file. You need to edit the username, password & server name to actual variable with the following syntax
#ftpput [user[:passwd]@]<host> <srcfile> <destfile>
ftpput username:[email protected] 9.256/cmd/backup.cmd backup.cmd
2. Configure Command Scheduling using the command file that you created in step 1.