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/na...
Hello macko10.., I know the script runs every 24 hours.I need to change
the name of the backup file without having to change it by hand every
day. That is, I need to add some kind of variable to the file name to
add the date as YYYYMMDD. Regards