Backup Restore — Mikrotik
Find myConfig.rsc in the menu and download it to your PC. How to Restore: Upload the .rsc file to the router's Files list. Open New Terminal and type: /import file-name=myConfig.rsc .
The importance of Mikrotik backup restore can be summarized as follows: Mikrotik Backup Restore
When you run /export , RouterOS hides passwords ( # sensitive data hidden ). To see them, you must run: Find myConfig
/system scheduler add name=weekly-backup start-time=03:00:00 interval=7d \ on-event="/system backup save name=weekly-$(/system clock get date).backup" Mikrotik Backup Restore
