[ale] disk copy
Danny Cox
danny at compgen.com
Thu Jul 13 08:14:13 EDT 2000
Carl,
On Thu, 13 Jul 2000, Carl Forsell wrote:
> I have a SuSE6.4 based proxy machine that is working fine... so well in
> fact, that the boss wants two identical copies (one copy of the hard drive
> to go into another machine and one to sit on the shelf).
>
> Is there an easy way to make an exact copy of the IDE harddrive on a linux
> box?
If you have a destination hard drive that's EXACTLY the same as
the source, then you might use dd (dd if=/dev/hda of=/dev/hdb bs=1024k).
Otherwise, use tar, rsync, or even "cp --recursive --archive /some/path
/dest". You'll have to repeat this for each partition....
Danny
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
More information about the Ale
mailing list