I have two production MT and one backup. Both of them are on v5.26. I want to cover these two situations: mismatch or lost configuration, total HW destruction. So there can be a two situations, I will need to restore configuration on the same device or I will need to restore configuration to another device. So my questions are how can I backup config for restoration on the same device and howto backup config to restore to another device ? I used to backup on the same device command "system backup save" until I get advice to use export command instead. But I have a very bad experiences with export command. I tried this procedure:
- /system backup save
- /export compact file=txt
- /system reset-configuration
- I connect using winbox
- import txt.rsc
- I get an error "failure: already have device with such name"
- OK, I remove line with interface bridge
- again import txt.rsc
- router has been disconnected and I am unable to connect (IP neither MAC)
- OK, I tried /system reset-configuration no-defaults=yes
- again import txt.rsc
- I get an error "input does not match any value of interface interrupted" and MT has been disconnected
- I am able to connect, BUT not all settings were restored, only a few of them
What I am doing wrong ? I know on v6.12 there is verbose param during import and I can see on what line is error, but how can I manage this in v5.26 ? rsc script has cca 50KB.
Is there a differce between restoring that script on the same device and on another device, because I don't see any MAC there, except admin-mac ?