On Thu, 9 Jan 2003, Mike wrote:

> Hi All
>
> What's a good way to clone / Image to another HD? I have 3 boxes that
> are the same and I have one that is done and ready and want to copy that
> install to the others.
>
> Cheers
>
> M;)

# /bin/dd if=/dev/ad4 of=/dev/ad6 bs=16384

This I use in a cron-job to make an exact copy of my drive every
month. You might have to change the ad4 and ad6.

You should probably read 'man dd' before using it.

Best regards,
Paul


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to