Thus spake [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> I want to backup my disk with all of its contents. Exactly, I want to copy 
> it completely to another disk. 
> 
> I have only one freebsd partition and several slices on my disk. I want to 
> copy all the data to another bigger disk preserving my user and group 
> settings. 

Are the disks the same size/geometry?  If so:

        dd if=/dev/olddisk of=/dev/newdisk bs=32k

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

Reply via email to