Step: System->Scheduler->Add->Enter Name,Time,Intervel Time , On Event This Code :
| MikroTik Log |
| Gmail Massage |
/export file=backupfile
;delay 10s;
/tool e-mail send to="YOUR_EMAIL_ADDRESS" subject="$[/system identity get name] export" \
body=" configuration file $[/system clock get date]" file=backupfile.rsc
:log info "Backup Sand Finished."
;delay 10s;
:log info "Deleting Backup File. All Done. Thanks You."
/file remove backupfile.rsc
No comments:
Post a Comment