Make Hard Drive Image
Backup: dd if=/dev/hda conv=sync,noerror bs=64K | gzip -c > /mnt/sda1/hda.img.gz
Restore: unzip -c /mnt/sda1/hda.img.gz | dd of=/dev/hda conv=sync,noerror bs=64K
Tuesday May 5, 2009 @ 8:57 AM EST
Backup: dd if=/dev/hda conv=sync,noerror bs=64K | gzip -c > /mnt/sda1/hda.img.gz
Restore: unzip -c /mnt/sda1/hda.img.gz | dd of=/dev/hda conv=sync,noerror bs=64K
Tuesday May 5, 2009 @ 8:57 AM EST
© 2009 randyj.net. Powered by WordPress using a modified version of the DePo Clean Theme.
Log in