Stefan Palme wrote: > On Mon, 2009-03-23 at 10:48 -0600, Dominique Legault wrote: >> When you flash the system back to the original firmware all changes >> that you have made to the current running version of the OpenWrt >> installation will be lost. I would recommend backing up all >> configuration files. > > Ok. > What is the best method to backup all my locally modified stuff? > Somewhere I've read about just backup up /dev/mtdblock/4 which should > contain a complete JFFS filesystem with all modifications I have made > in comparison to the r/o flash image. Is this the right way? > > thanks and regards > -stefan- > > > _______________________________________________ > openwrt-users mailing list > [email protected] > http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
Check out the source, and scp -pr r...@router:/jffs/ sources/files/. then clean up the files dir and select all your packages to be compiled into the image in menuconfig. files/ should only contain etc/ (ie config files) and modifications to default files (ie: i made a edit to /lib/network/ppp.sh so i have that) _______________________________________________ openwrt-users mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
