using a disk mirrored with dd

2004-08-03 Thread Matt
I have a machine running 4.10-RELEASE-p2 with two identical hard disks -- ad0 and ad2. I would like to make a complete copy of the first disk to the second disk nightly for quick disaster recovery. I've dd'ed the disk as follows # dd if=/dev/ad0 of=/dev/ad2 and edited the disklabel of the

Re: using a disk mirrored with dd

2004-08-03 Thread Konrad Heuer
On Tue, 3 Aug 2004, Matt wrote: I have a machine running 4.10-RELEASE-p2 with two identical hard disks -- ad0 and ad2. I would like to make a complete copy of the first disk to the second disk nightly for quick disaster recovery. I've dd'ed the disk as follows # dd if=/dev/ad0 of=/dev/ad2

Re: using a disk mirrored with dd

2004-08-03 Thread Matt
On Tue, 3 Aug 2004 08:43:24 +0200 (CEST), Konrad Heuer [EMAIL PROTECTED] wrote: On Tue, 3 Aug 2004, Matt wrote: I have a machine running 4.10-RELEASE-p2 with two identical hard disks -- ad0 and ad2. I would like to make a complete copy of the first disk to the second disk nightly

Re: using a disk mirrored with dd

2004-08-03 Thread Bill Moran
Matt [EMAIL PROTECTED] wrote: I have a machine running 4.10-RELEASE-p2 with two identical hard disks -- ad0 and ad2. I would like to make a complete copy of the first disk to the second disk nightly for quick disaster recovery. I've dd'ed the disk as follows # dd if=/dev/ad0 of=/dev/ad2

Re: using a disk mirrored with dd

2004-08-03 Thread Jerry McAllister
Matt [EMAIL PROTECTED] wrote: I have a machine running 4.10-RELEASE-p2 with two identical hard disks -- ad0 and ad2. I would like to make a complete copy of the first disk to the second disk nightly for quick disaster recovery. I've dd'ed the disk as follows # dd if=/dev/ad0