Mikrotik Cloud Backup

Mikrotik Router Backup on Mikrotik Cloud ----

From any router in Mikrotik, you can keep your MicroTik's backup cloud using Mikrotik own cloud options. To get this feature, your router's OS version must be installed later version 6.43.8.

Backups are stored in Latvia, backups are preserved in the Mikrotik own data center, managed by the Mikrotik property and are only accessed by the Mikrotik

.

No third party is kept in the cloud.

You can only download it from the Mikrotik.

Backing up to # 1 router, the maximum 50 mb size file can be kept.

  1. For cloud configurations
    Copy the code below and paste it into the new terminal

/ ip cloud set ddns-enabled = yes
/ ip cloud set update-time = yes

  1. To see an old backup or current status, copy the code below and paste it into the new terminal

/ system backup cloud print

  1. To back up, copy the code below and paste it into the new terminal

/ system backup cloud upload-file action = create-and-upload password = Enter your password here

  1. To download the backup, copy the code below and paste it into the new terminal

/ system backup cloud download-file action = download number = 0

  1. To delete from backup cloud, copy the code below and paste it into the new terminal
    / system backup cloud remove-file number = 0

FWIW … These two setting are not required to be enabled, for cloud backup to work.