From owner-freebsd-questions Tue Jul 23 10:22:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F47E37B400 for ; Tue, 23 Jul 2002 10:22:46 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B272843E5E for ; Tue, 23 Jul 2002 10:22:45 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.6+Sun/8.11.6) id g6NHMhE03808; Tue, 23 Jul 2002 13:22:43 -0400 (EDT) From: Jerry McAllister Message-Id: <200207231722.g6NHMhE03808@clunix.cl.msu.edu> Subject: Re: Cloning FreeBSD To: markus.r.bertel@lmco.com (Bertel, Markus R) Date: Tue, 23 Jul 2002 13:22:43 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG ('freebsd-questions@FreeBSD.ORG') In-Reply-To: <9CB8E413E225D3119A8300508B08F2AB0100A665@emss03m10.orl.lmco.com> from "Bertel, Markus R" at Jul 23, 2002 12:31:59 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > Dear Sir/Ma'am > > We have been using FreeBSD for a few years and have been so far very > satisfied in its performance. We would like to make a back up of the hard > drive that has FreeBSD and its configuration. Is there a disk cloning > software that would work and be compatable with FreeBSD where we could copy > from one disk to another disk? Thank you for your input. If you just want to have a backup kept on disk, use dump(8) (and restore(8) if needed). Just dump to a file on to the other disk using dump with the -f flag. Such as dump 0af /bakdisk/dump_of_root / and dump 0af /bakdisk/dump_of_home /home or whatever file systems you have and want to back up. The dump and restore utillities know how to keep file info like owners and links, etc properly and are easy to use and reliable. If what you are asking about is keeping an ongoing mirror of the disk then you need to check out either hardware or software raid support. ////jerry > > Regards > Markus R Bertel > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message