backups
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| backups [2012/01/26 23:38] – [How to backup your AC100] excogitation | backups [2013/02/03 15:14] (current) – [How to backup your AC100] psl | ||
|---|---|---|---|
| Line 31: | Line 31: | ||
| </ | </ | ||
| - Backup the partitions according to your partition table. For the standard configuration this would be:< | - Backup the partitions according to your partition table. For the standard configuration this would be:< | ||
| - | $ for i in $(seq 2 14); do nvflash -r --read $i part$i.img; done | + | $ for i in $(seq -w 2 14); do nvflash -r --read $i part$i.img; done |
| </ | </ | ||
| Line 37: | Line 37: | ||
| dd if=part02.img of=ac100.bct bs=4080 count=1 | dd if=part02.img of=ac100.bct bs=4080 count=1 | ||
| </ | </ | ||
| - | - Optional: tar and gzip the image files, **deleting the original image files**< | + | - Optional: tar and gzip the image files, **deleting the original image files**< |
| - Create the cfg file. This file is derived from the partitiontable.txt file. You can download this little script http:// | - Create the cfg file. This file is derived from the partitiontable.txt file. You can download this little script http:// | ||
| $ dos2unix partitiontable.txt | $ dos2unix partitiontable.txt | ||
backups.1327617512.txt.gz · Last modified: by excogitation · Currently locked by: 74.7.242.58,10.89.1.2
