Hello Experts,
i want to automatically backup the startup/running config weekly on my remote repository like this:
"copy startup-config ftp://10.00.10.10/acst1"
"Username: FTP"
"Password: XYZ"
My idea was to create a kron job, but it's not possible with the cli command.
"kron policy-list BackupStartupconfig"
"cli copy startup-config ftp://10.00.10.10/acst1"
% Invalid character(s) in cli command (allowed: a-zA-Z0-9_-.:@ )
Any suggestion?