hello all , i wanted to create a script on my MT , that sends backups evryday at the same time., ex. monday , at 12:00 am.
can anybody help me to create that script?
thnx
best regards.
check the manual its in there.
Sam
can u paste it here plz..
:local File
/system backup save
:foreach i in=[/file find type=“backup”] do={
:set File [/file get $i name]}
/tool e-mail send file=$File from=email@adres.com to=email1@adres.com server=xx.xx.xx.xx subject=([/system identity get name] . " " . [/system clock get time] . " " . [/system clock get date] . " Backup")
and in what time does this script makes the backup??
because i want to make the backup example at 12:00 and send it to e-mail
this is only a script. the script will be executed by the /system scheduler tool, you can set any time or interval you like. i strongly suggest you to visit the manual, it is all written there.