I am looking to install a new openwrt firmware on my netgear wndr3800. I already have an older version of openwrt installed. I would like to do a complete firmware backup of my current setup, all applications and configuration files intact. I have read a couple of conflicting ways to do this.
one way is from
http://dangerzau.blogspot.com/2008/04/o … -just.html
dd if=/dev/mtd/1 of=/tmp/firmware.trx
another way is from
http://www.youtube.com/watch?v=fPjv1385mjA
dd if=/dev/mtd0 of=/tmp/openwrt_sysbackup`date +%d%b%Y`.bin
dd if=/dev/mtd1 of=/tmp/openwrt_sysbackup`date +%d%b%Y`.bin
dd if=/dev/mtd2 of=/tmp/openwrt_sysbackup`date +%d%b%Y`.bin
dd if=/dev/mtd3 of=/tmp/openwrt_sysbackup`date +%d%b%Y`.bin
dd if=/dev/mtd4 of=/tmp/openwrt_sysbackup`date +%d%b%Y`.bin
dd if=/dev/mtd5 of=/tmp/openwrt_sysbackup`date +%d%b%Y`.bin
dd if=/dev/mtd6 of=/tmp/openwrt_sysbackup`date +%d%b%Y`.bin
"I would like a working way to backup my entire system to a flashable rom/firmware including all installed software packages & configuration files"
this is so I can install a newer version of openwrt with a newer kernel so I may install additional software packages that require a newer kernel.
I have also read a couple of other guides to do this, that only require some of the /dev/mtd partitions to be stacked in the bin file.
Questions:
1: Do I need to backup all mtd partitions?
2: if no, which ones will I need to backup to get a flashable firmware image with all software packages and configurations intact?
I know how to backup/restore my configuration and other needed files, I know how to get around directories, obtain, and flash a rom.
I am currently running:
OpenWrt Attitude Adjustment r33556 on a Netgear wndr3800 V2 (I think) with ar71xx
I would like to upgrade to this vesion:
http://downloads.openwrt.org/attitude_a … pgrade.bin
My current setup is important so if I run into problems I need to be able to easily reflash back to my current state as to avoid down time.
(Last edited by dreadycarpenter on 11 Aug 2013, 21:35)