/export file=config_$(/system clock get date).rsc
/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
/export terse file=config_safe.rsc Use the built-in scheduler to automate backups to internal storage, then optionally upload via FTP or SCP.
/export file=config_$(/system clock get date).rsc
/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
/export terse file=config_safe.rsc Use the built-in scheduler to automate backups to internal storage, then optionally upload via FTP or SCP.