Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

Backup and restore Mikrotik MetaRouter Openwrt Image

On original metarouter:
cd /
echo “
./tmp/*
./proc/*
./sys/*” > /tmp/exclude.list
tar 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

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

  

  

  

*