To create a backup
dd if=file1 of=backup.ddEverything is file. IF = Input File, OF = Output File. So, you can clone an entire disk
- Use
bs=4096argument if you are cloning into a HD and need more speed on process - Use
status=progressto monitoring data written - Use
conv=sparseto sparse file - For integrity:
sha1sum backup.dd & sha1sum file1
To browser and see files
mkdir /media/file
mount backup.dd /media/fileIf you had clone a disk with dd, you can restore it to a physical drive.
dd if=disk.dd of=/dev/sdbTry to recovery bad disk
dd_rescue -a -b 8M /dev/sda /mount/external/backup/sda.dd
Nope it doesn't. It reports an error saying it's "a folder".