Hey guys,
First of all - happy 2018!!
I am trying to make a complete backup on a LEDE system, however all the posts about doing it are (now) 5+yrs old. I was wondering - how can I backup a system, completely, with absolutely everything on it, to be easily reproduced on same model devices? As in - backup LEDE firmware, backup installed packages, backup settings, everything?
The new devices come with openwrt 15 and tftp at 192.168.1.2 to flash, so I want to create a package and just flash a ready router.
If it helps - here is the output of /proc/mtd:
# cat /proc/mtd
dev: size erasesize name
mtd0: 00040000 00010000 "SBL1"
mtd1: 00020000 00010000 "MIBIB"
mtd2: 00060000 00010000 "QSEE"
mtd3: 00010000 00010000 "CDT"
mtd4: 00010000 00010000 "DDRPARAMS"
mtd5: 00010000 00010000 "APPSBLENV"
mtd6: 00080000 00010000 "APPSBL"
mtd7: 00010000 00010000 "ART"
mtd8: 00400000 00010000 "kernel"
mtd9: 01a80000 00010000 "rootfs"
mtd10: 01790000 00010000 "rootfs_data"
mtd11: 01e80000 00010000 "firmware"
Thank you for all and any help you can provide!
T