Date: Fri, 19 Sep 1997 23:25:26 -0700 (PDT) From: Doug White <dwhite@gdi.uoregon.edu> To: Jacques Hugo <jacques@wired.ctech.ac.za> Cc: questions@FreeBSD.ORG Subject: Re: SCSI tape Message-ID: <Pine.BSF.3.96.970919232333.716R-100000@gdi.uoregon.edu> In-Reply-To: <34222D41.41C67EA6@wired.ctech.ac.za>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 19 Sep 1997, Jacques Hugo wrote: > Are there any SCSI Tape Howto for fbsd that > tells you more about block sizes, archive apps, > etc? 1. Use dump. 2. If dump will accept the -a option, use it; otherwise use the -B and -b options to specify the tape size. Do _not_ use the -d and -s options. FYI, the -a option tells dump to use the whole tape until it hits EOT. The -B and b options specify # of records and the record size. A sample script follows. It actually dumps to a remote host, but remove the `r' and the hostname and you get the idea. 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 In all cases, see the dump(8) man page before beginning! Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major Spam routed to /dev/null by Procmail | Death to Cyberpromo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970919232333.716R-100000>