Date: Sun, 27 Feb 2005 09:34:11 +0100 From: Volker Kindermann <ml@ps102.de> To: freebsd-questions@freebsd.org Subject: Re: Question, is there any way or program that will let youclone/image a FreeBSD system Message-ID: <42218603.6010506@ps102.de> In-Reply-To: <200502262137.j1QLboK3015824@ms-smtp-01.nyroc.rr.com> References: <200502262137.j1QLboK3015824@ms-smtp-01.nyroc.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Andrew, > Is there any way to do? I have read about with g4u, dd, dump/restore > but they do not seems to be able to do create the clone/image on a secondary > attached hard disk drive. g4u has definitely the ability to copy to another disk: --- 4.4 Copying a disk locally If you just want to copy one local disk to another one with no network & server involved, the "copydisk" command is what you want. E.g. to copy the first IDE disk to the second IDE disk, use "copydisk wd0 wd1", to do the same for SCSI disks run "copydisk sd0 sd1". Beware! All data on the target disk will be erased! A list of disks as found during system startup can be found using the "disks" command. --- -volker
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42218603.6010506>