Automatically MikroTik Router Backup send to Email

Published: 08 July 2018
on channel: Tutorial Zone
1,712
16

this video is about how to backup your
mikrotik router configuration file and
send it to email automaticaty......

follow those steps...

1. configure email on your router.
2. create a new script....
3. create a scheduler for that script...

:log info "Mikrotik Backup JOB Started . . . "
:global backupfile configbackup
:log info "Deleting old Backup File If available otherwise ignore & process further . . . "
/system backup save name=$backupfile
:log info "Backup process pausing for 10s so it complete creating backup file"
:delay 10s
:log info "Start Sending Backup File via Email. . . ."

tool e-mail
send [email protected] subject=([/system clock get date] . \ " mikrotik Backup") body="backup file" start-tls=yes file=$backupfile
:delay 40s
:log info "Backup Finished"
:log info "Deleting Backup File."
/file remove $backupfile


Watch video Automatically MikroTik Router Backup send to Email online, duration hours minute second in high quality that is uploaded to the channel Tutorial Zone 08 July 2018. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,712 times and liked it 16 visitors.