Automated config backup
Hello,
I have this auto-script to make an automated backuup of my configuration to a FTP server:
config system auto-script edit "backup" set interval 86400 set repeat 0 set start auto set script "execute backup full-config ftp /usr/PRODUCTO/backup/nav-edu/folder/firewall.conf 192.1678.1.1 user pass" set output-size 10 next end
I need to create a file for every day. How can I add a date to the config file?
Thank you
