I was able to create a backup job with the following:
Make sure you use the touch password or your radius account that has elevated privileges.
Create a new backup job:
Configure Nodes Tab
Select your Packetshaper
Under the Command Script tab use the following:
setup capture complete backup.cmd
ftpput user:password@configserverIP 9.256/cmd/backup.cmd backup.cmd
Under security
Enter the account that has access to the packetshaper.
I use filezilla for my ftp server.
The only downside to this is that it will overwrite the file. You can create a bat file to move the backup.cmd to another folder though.
...Or you can create a bat file to rename the backup.cmd with a timestamp.
ren backup.cmd "backup.cmd-%date:~-10,2%-%date:~-7,2%-%date:~-4,4%%time:~-11,2%-%time:~-8,2%"
ou can test by using ssh and run the command manually to see if it works for you.