Versions Compared

Key

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

...

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.

...