On original metarouter:
cd /echo “./tmp/*./proc/*./sys/*” > /tmp/exclude.listtar zcvf /tmp/newimage.tgz -X /tmp/exclude.list .
On original Mikrotik:
/metarouter export
Start the new metarouter with the SAME original image
when it is booted, login to it and copy the /tmp/newimage.tgz from the original one:
scp original_metarouter:/tmp/newimage.tgz /tmp
and restore it:
cd /tar xzvf /tmp/newimage.tgz
On mikrotik host import the virtual interface configuration previously exported.
Reboot the metarouter
Leave a Reply