Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Summary

The RouterOS backup feature allows you to save your current device's configurationcloning a router configuration in binary format, which can then can be re-applied on the same or a different device (with the same model name/number). This is very useful since it allows you to effortlessly restore the device's configurations or to re-apply the same configuration on a backup device. The system's backup file also contains the device's MAC addresses, which are also restored when the backup file is loaded.

We recommend restoring the backup on the same version of RouterOS.

Warning

If The Dude and useror User-manager are or installed on the router, then the system backup will not contain configuration from these services, therefore, additional care should be taken to save configuration from these services. Use the provided tool mechanisms to save/export configuration if you want to save it.

...

PropertyDescription
dont-encrypt (yes | no; Default: no)Disable backup file encryption. Note that since RouterOS v6.43 without a provided password, the backup file is unencrypted.
encryption (aes-sha256 | rc4; Default: aes-sha256)The encryption algorithm to use for encrypting the backup file. Note that is not considered a secure encryption method and is only available for compatibility reasons with older RouterOS versions.
name (string; Default: [identity]-[date]-[time].backup)The filename for the backup file.
password (string; Default: )Password for the encrypted backup file. Note that since RouterOS v6.43 without a provided password, the backup file is unencrypted.

...

Warning

Ifpassword is not provided in RouterOS versions older than v6.43, then the backup file will be encrypted with the current user's password, except if the dont-encrypted property is used or the current user's password is empty.

The backup file will be available under /file menu, which can be downloaded using FTP or using Winbox.

Loading a backup

Load units backup without password:

Code Block
languageros
/system backup load[admin@MikroTik] > system/backup/load name=auto-before-reset.backup password=""


PropertyDescription
name (string; Default: )File name for the backup file.
password (string; Default: )Password for the encrypted backup file.

...

Since RouterOS v6.44 it is possible to securely store your device's backup file on MikroTik's Cloud servers, read more about this feature on the IP/Cloud page.