I’m not able to find out how to backup the configuration of my Router …
In the WEB GUI, Under the Tab SYSTEM there isn’t the BACKUP “button”… I even have a look almost everywhere in the 6.49.13 WEB Page.
Could someone give me please an idea on how proceed ?
Thank you for the help.
Under Files on left in webfig/winbox. There a button to create one locally, or the “Cloud Backup” tab on File dialog that store it at Mikrotik encrypted/password
The CLI differs here (via Terminal on top/right in webfig, left in webfig), but that would be:
/system backup save name=mybackup
With SSH connection I execute this command (I’m a MAC iOS user)
[admin@MikroTik] > /system backup save name=test password=<YOUR_PASSWORD>
Configuration backup saved
[admin@MikroTik] > /system backup
From “any” computer/terminal I can save the backup file in the Router, so I know is there (hope doesn’t crash meanwhile)
I can then, later in a comfortable time (with stones era hardware with Windows 7 Home edition), download (copy and paste) the backup file with Winbox, in my USB drive.