Hello I need the script for backup automatic validate for the version 3.2 please
I go a lot of time searching and I do not find it,
This should do it:
:log info (“Creating router Backup”)
/system backup save name=“email”;
/tool e-mail send to=“user@domain.co.za” from=“router@domain.co.za” server= subject=([/system identity get name] . " Backup " . [/system clock get date]) file=“email”;
:delay 10;
/file rem “email”;
:log info ("System Backup emailed at " . [/sys cl get time] . " " . [/sys cl get date])
Just change your email addresses and enter your SMTP server. Add a schedule to run the script daily or whatever you choose!
G