From owner-freebsd-questions@FreeBSD.ORG Mon Sep 1 07:15:11 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 C02BF16A4BF for ; Mon, 1 Sep 2003 07:15:11 -0700 (PDT) Received: from mail.maa-net.net (pool-151-199-48-228.bos.east.verizon.net [151.199.48.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA26244013 for ; Mon, 1 Sep 2003 07:15:10 -0700 (PDT) (envelope-from michaela@maa-net.net) Received: from 192.168.0.6 (pool-151-199-48-228.bos.east.verizon.net [151.199.48.228]) by mail.maa-net.net (8.12.8p1/8.12.8) with ESMTP id h81EF9RS019595 for ; Mon, 1 Sep 2003 10:15:09 -0400 (EDT) (envelope-from michaela@maa-net.net) From: Michael Alestock Organization: MAANet To: questions@freebsd.org Date: Mon, 1 Sep 2003 10:15:08 -0400 User-Agent: KMail/1.5 X-PRIORITY: 2 (High) Priority: urgent MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309011015.09771.michaela@maa-net.net> Subject: Dump 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: Mon, 01 Sep 2003 14:15:11 -0000 I had a question.... I have 4 filesystems that I want to dump(8) to my SCSI Tape backup drive (Travan 4GB uncompressed). The filesystems are, "/", "/usr", "/var", and "/usr/home." All four filesystems equal about 2.5Gigs of data. I dumped the first filesystem "/" by executing, "dump -0uf /dev/sa0 / " ....then executed, "mt -f /dev/sa0 eom" to move the tape to the end of the backup (to append to the tape), then dumped the second filesystem (/usr) using,"dump -0uf /dev/sa0 /usr". Then once again I executed, "mt -f /dev/sa0" to move the tape to the end (to append to it). When I go to execute, "restore -if /dev/sa0" to confirm that both filesystems were saved so far, there's only ONE filesystem saved to the tape "/". I can't 'cd' to /var because it's not on the tape. What am I doing wrong??? I know I still have plenty of tape left to save other filesystems, but it's not dumping anything after the first filesystem. Any ideas as to what I'm doing wrong?? Thanks, >>> Michael