SaidinUnleashed
Group: Members
Posts: 1428
Joined: Mar. 2004 |
|
Posted: Aug. 17 2005,16:41 |
|
This is the place to ask questions!
To create a bzip-compressed image of your first hdd (you will need space to store the image, such as a second hdd. Change the device name according to your needs), do this.
Code Sample | bzip2 -1c < /dev/hda > myhdd.img.bz2 |
And to restore the image...
Code Sample | bzip2 -dc < myhdd.img.bz2 > /dev/hda |
-J.P.
-------------- They say if you play a Microsoft CD backwards, you hear satanic messages. That's nothing, cause if you play it forwards, it installs Windows.
Unleash the power of the TILDE~~~
|