From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 13:28:29 2004 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 C68A716A4CE for ; Tue, 10 Aug 2004 13:28:29 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3697F43D5A for ; Tue, 10 Aug 2004 13:28:29 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i7ADSRK29456; Tue, 10 Aug 2004 09:28:27 -0400 (EDT) From: Jerry McAllister Message-Id: <200408101328.i7ADSRK29456@clunix.cl.msu.edu> To: abandaly@gmail.com (Allan Bandaly) Date: Tue, 10 Aug 2004 09:28:26 -0400 (EDT) In-Reply-To: <63638bc90408100619f3b866@mail.gmail.com> from "Allan Bandaly" at Aug 10, 2004 09:19:27 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Question about backing up filesystem/boot disk 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: Tue, 10 Aug 2004 13:28:29 -0000 > > I have recently built a 1.7TB file storage server for our digital lab > and I was wondering what the easiest way to backup the SCSI boot disk > to the RAID5 array would be? I was thinking something along the lines > of dd if=/dev/XXXXX of=/array/fbsd5disk or similar... if anyone can > give me correct syntax and or options or a better options please let > me know, thanks. dump 0af /array/rootdump / is probably the best. If you other file systems on that disk you want backed up do similar. dump 0af /array/usrdump /usr For example. You can then restore(8) individual files, directories or whole filesystems as you need. ////jerry > > Allan Bandaly > Reedy Photoprocess > IT, Digital Lab Dept.