Mikrotik Router Backup Configuration Direct
/system scheduler add name="daily-email-backup" interval=1d on-event=email-backup
/export terse file=config_safe.rsc Use the built-in scheduler to automate backups to internal storage, then optionally upload via FTP or SCP. mikrotik router backup configuration
/system script add name="email-backup" source= /system backup save name=email_backup.backup /tool e-mail send to="admin@example.com" subject="Router Backup" file=email_backup.backup body="Auto backup" /file remove email_backup.backup mikrotik router backup configuration