Changes

Jump to navigation Jump to search
295 bytes added ,  12:16, 27 February 2019
Line 7: Line 7:  
(*) Note: The cdrom must not be mounted.<br />
 
(*) Note: The cdrom must not be mounted.<br />
 
You can check the image with md5sum.
 
You can check the image with md5sum.
 +
<br />
 +
To see progres:
 +
dd status=progress if=/dev/cdrom of=/tmp/cdimg1.iso
 +
 +
== Create compressed image ==
 +
sudo dd if=/dev/sda conv=sync,noerror bs=64K | gzip -c  > /PATH/TO/DRIVE/backup_image.img.gz
 +
== Restore compressed image ==
 +
gunzip -c /PATH/TO/DRIVE/backup_image.img.gz | dd of=/dev/sda

Navigation menu