Site Tools


backups

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
backups [2012/01/26 23:38] – [How to backup your AC100] excogitationbackups [2013/02/03 14:18] – [How to backup your AC100] psl
Line 31: Line 31:
 </code> </code>
   - Backup the partitions according to your partition table. For the standard configuration this would be:<code>   - Backup the partitions according to your partition table. For the standard configuration this would be:<code>
-$ 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
  
 </code> **Note:** There is no partition 1 and the backups have the full size of the real partitions (make sure you have enough disk space). </code> **Note:** There is no partition 1 and the backups have the full size of the real partitions (make sure you have enough disk space).
backups.txt · Last modified: 2013/02/03 15:14 by psl