/ Published in: Bash
Expand |
Embed | Plain Text
#backup dd if=/dev/hdaX of=~/file.img #restore dd if=~/file.img of=/dev/hdaX
You need to login to post a comment.
yuconner on 10/25/06
1 person have marked this snippet as a favorite
#backup dd if=/dev/hdaX of=~/file.img #restore dd if=~/file.img of=/dev/hdaX
You need to login to post a comment.