From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 20:02:51 2003 Return-Path: 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 3128A16A4CE; Wed, 29 Oct 2003 20:02:51 -0800 (PST) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D2D43F75; Wed, 29 Oct 2003 20:02:49 -0800 (PST) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out006.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20031030040249.DAVP24330.out006.verizon.net@duron.pcmedx.com>; Wed, 29 Oct 2003 22:02:49 -0600 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id 45275AECF; Wed, 29 Oct 2003 20:02:48 -0800 (PST) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 8AFA4AE17; Wed, 29 Oct 2003 20:02:47 -0800 (PST) Message-ID: <002a01c39e9a$b464e850$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: , References: Date: Wed, 29 Oct 2003 20:02:58 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [4.46.22.189] at Wed, 29 Oct 2003 22:02:48 -0600 cc: gihl@i-am-gil-agno-virtucio.ph Subject: Re: dumping the contents of a hard-drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 04:02:51 -0000 > Hi. I have a FreeBSD 5.1 box that has 2 hard drives. They are both > Seagate ST380011A (Capacity: 78.18 GB). Currently I am only utilizing > one hard drive and Iam planning to use the other one as a back-up. > > Which utility can I use to dump all the contents of the my first drive > to the second drive? dump perhaps? See the man pages for dump and restore. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backup-basics.html