70 Blog
一個喜愛Latte的男人
2010年2月6日 星期六
[Linux] dd & gzip 壓縮image
瀏覽數
backup:
dd if=/dev/hda | gzip > /mnt/hdb1/system_drive_backup.
img.gz
restore:
gzip -dc /mnt/hdb1/system_drive_backup.
img.gz | dd of=/dev/hda
or
gzip -d < /mnt/hdb1/system_drive_backup.
img.gz | dd of=/dev/hda
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言