From owner-freebsd-questions Tue Sep 4 13:42:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 91BA837B405 for ; Tue, 4 Sep 2001 13:42:32 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (8.12.0.Beta8/8.12.0.Beta8) with SMTP id f84KdMUM002778; Tue, 4 Sep 2001 13:39:22 -0700 (PDT) From: "Kory Hamzeh" To: "Todd Reed" , Subject: RE: DUMPing entire File System Date: Tue, 4 Sep 2001 13:42:02 -0700 Message-ID: <006701c13582$0d4aa1a0$14ce21c7@avatar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal 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 I'm not sure if I understand what you are saying. With dump, you give a name of a filesystem and it backs up all files within that FS. If you system contains more than 1 file system, you must issue multiple dump commands, one for each FS. If you want to backup all of the file systems on one tape, use the tape device that begins with "n". This way the tape driver will not rewind at tape after dump closes the tape device. Kory > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Todd Reed > Sent: Tuesday, September 04, 2001 1:18 PM > To: freebsd-questions@FreeBSD.ORG > Subject: DUMPing entire File System > > > I'm working on ways to backup my entire FreeBSD 4.3 system using > dump. I'm > trying to do a full backup of the entire filesystem using: > > dump -0 -a -f /dev/nrsa0 -n -u / > > It's working, but not how I'm wanting it to. If I use the same command > except have it to backup the /mnt. It backups all subfolders, files, etc > within /mnt. Why wouldn't this work with /? > > --Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message