/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#backup dd if=/dev/hdaX of=~/file.img #restore dd if=~/file.img of=/dev/hdaX