Backup entire disk (mbr included) with dd (linux command) and gzip
Jun.27, 2008 in
linux
BACKUP DISK
dd if=/dev/sdX | gzip > a.gz
RESTORE BACK
gzip -dc a.gz | dd of=/dev/sdX
Related posts:
- MBR backup with dd command @ LINUX MBR is the master boot record of your disks....
- Linux mbr record backup with sfdisk included extened partition infos You can backup your system partition table with sfdisk...
- Disk Usage Information The CLI way The df utility displays the disk...
- linux watch command & example usage you can use watch command directly like this watch...
- How to change ‘ls’ command color @ linux terminal First change ls commands color attribute to auto alias...
