http://greenfly.org/talks/knoppix_hacks/rescue.html
* Disk to disk: dd if=/dev/hda of=/dev/hdb
* Partition to partition: dd if=/dev/hda1 of=/dev/hdb1
* Partition to file: dd if=/dev/hda1 of=/mnt/hdb1/hda1_drive_image.img
* Partition to file over ssh: dd if=/dev/hda1 | ssh username@host "cat > /home/username/hda1_drive_image.img"
* Restore from a file to a partition: dd if=/mnt/hdb1/hda1_drive_image.img of=/dev/hda1
LebensRetter/LiNux/ResCue/DiskImaging (last modified 2008-11-04 07:00:03)