When I use the backup and restore on another router (RB751U-2HnD v.5.15), I have to set again and manually setting for wireless. I did reset and it is the same here.
Setup device (RB751U, v5.15) with 3 x virtual AP, hotspot, and a few other wireless goodies
Backup device
Restore to new device running same OS version (5.15)
wireless not configured properly on restored device
back in original router use “export compact” command in Wireless menu and paste configuration into new router (over the top of previously restored backup) and it all works again.
My Conclusion: Backup cannot be used to restore to new device unless you also include output from “export compact” from wireless. So probably better to just use export compact from the root of the router and copy and paste to new router if you want to transfer the config to a new device. I am sure someone will correct me if I am wrong about this.
a bug?.. what do you mean?..
‘export’ command exists on any menu level, you aren’t limited to exporting only full config. for example, ‘/ip fi fi export compact’ will give you only firewall filter rules
I mean about backup/restore, this feature is very useful and I use it all the time for the 750 serie, do a backup then use the same file for all new routers. But with the wireless (RB951), I have to use manually the export command just for the Wireless options (“restore” stay the same for the rest), that’s let me think it’s a bug… If not, this is not logic to have this for one model and do not work with another one…
Backup and restore is for use ONLY on the SAME board. Export compact and Import is what you need to use to copy configs from one board to another. If you are doing a lot, use Flashfig. I think it would be neat to see Mikrotik make export compact the default export and if you wanted a full export then you could do something like /export full
First of all, if you need to apply a “Standard Configuration” to several different RBs, the best way is always to make a STANDARD-SETUP-SCRIPT(or flash).
The easiest way to make it if you aren’t used to scripts, is probably to do an export of a router you have configured like you want it, and study/edit it in notepad.(Remember to remove all MAC adresses!!!).
For CPEs/CPE SOHOs/“Other volume deployment equipment” I always use pre-made scripts. If not you’ll have a lot of time/work wasted on configuration!
SECOND:
Sometimes if I need to move a config quickly from a RB to another IDENTICAL-type of RB and haven’t got a pre-made script for this move, I just do a backup and put it on the new RB.
BUT then you have to manually setup WIRELESS(and if applicable reassign Virtual APs to a master interface. Remember change MAC.), and check in winbox that bridgeports, etherports, dhcp and firewall rules etc. have been assigned the right ports etc.
This may sound as much work, but this way you get the config quickly moved and just need to check the values mentioned.
All global settings like password/users and graphing, sntp, watchdog etc. are normally transfered and do not need to be set new. This procedure is mostly to replace broken/old APs or other Events that are more infrequent.
This way you also usually avoid the “MAC-Transfer problem” that used to be a problem before with export from a RB device to another.(With export, if you didn’t manually remove the MAC adresses from the exported file afterwards, you could end up with two RBs having the same MAC addresses interfaces.)
Although be aware that Viritual APs keep their MACs also with a “Backup-move”, so they should also be modified manually.
Feel free to correct me if I am wrong!
A question at the end about “Export Compact”-feature, haven’t used it much yet, are the MAC addresses removed in compact export files? Should maybe think so since they could be considered a “Default-setting” on the RB???!
Think I need to study a compact export a bit and check it out.