it:linux:backup
Table of Contents
Nützliches für Backup/Restore
MBR sichern
dd if=/dev/sdx of=/path/to/image count=1 bs=512
Partitiontable sichern
sfdisk -d /dev/sda >backup-hda.sf
Quelle: http://www.partimage.org/Partimage-manual_Backup-partition-table
Tools
it/linux/backup.txt · Last modified: by rosenke
