top of page

Better - Mikrotik Backup Restore

Restoring a binary file is simple: upload it to the list, select it, and hit Restore . The router will reboot and come back exactly as it was.

/system script add name=auto-backup source= /system backup save name=auto-backup.backup; /tool e-mail send to="admin@yourdomain.com" subject="MikroTik Backup - $[/system identity get name]" file=auto-backup.backup; :log info "Backup emailed successfully."; mikrotik backup restore better

bottom of page