Tuesday, July 21, 2015

dd

sudo dd if=/dev/sdc conv=sync,noerror of=/home/backup.img bs=64K

You will also need to use those options for the restore:


sudo dd if=/home/backup.img of=/dev/sdb conv=sync,noerror bs=64K

No comments:

Post a Comment