save
system/backup/save
Type: Command
Command saves the configuration in binary backup file.
| Argument | Type | Description |
|---|---|---|
| name | file | The filename for the backup file. |
| password | string | Password for the encrypted backup file. Since RouterOS v6.43, without a provided password, the backup file is unencrypted. |
| dont-encrypt | bool | Disable backup file encryption. Since RouterOS v6.43, without a provided password, the backup file is unencrypted. |
| encryption | enum (aes-sha256 | rc4) { aes-sha256:0, rc4:1 } | The encryption algorithm to use for encrypting the backup file. rc4 is not a secure encryption method and is only available for compatibility with older RouterOS versions. |