From owner-freebsd-questions Thu Mar 13 17:57:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA05930 for questions-outgoing; Thu, 13 Mar 1997 17:57:00 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA05924 for ; Thu, 13 Mar 1997 17:56:58 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id RAA16480 for ; Thu, 13 Mar 1997 17:56:55 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id RAA02427; Thu, 13 Mar 1997 17:55:32 -0800 (PST) Date: Thu, 13 Mar 1997 17:55:32 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Charlie Sorsby cc: questions@freebsd.org Subject: Re: Need help with dump parameters In-Reply-To: <199703130637.XAA14106@hamlet.lanl.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 12 Mar 1997, Charlie Sorsby wrote: > dump 0cusf 1500 /dev/rst? > > Man dump shows no "c" option under FreeBSD so I eliminated that > (and, temporarily, the "u" option) and tried: > > dump 0sf 1500 /dev/rst0 /home the s option is ancient. See the dump(8) man page and use the B and b options to specify the # of blocks and the blocksize. Other than rst0 will rewind the tape when done, your dump command looks sane. For a Connor 2GB SCSI tape we have, we use the following: rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/nrst0 / rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/nrst0 /var rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/nrst0 /usr rdump 0uBbf 2000000 10 resnet2.uoregon.edu:/dev/rst0 /usr1 (we're using rdump but just change the rdump to dump and the host:path to just path and you should be good. Unless your /home changes a lot you don't have to unmount it.) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major