Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 1996 14:17:43 -0600
From:      Sean Kelly <kelly@fsl.noaa.gov>
To:        tlayton@global-sol.com
Cc:        questions@FreeBSD.ORG
Subject:   Re: SCSI Tape support ?
Message-ID:  <199609192017.UAA10787@gatekeeper.fsl.noaa.gov>
In-Reply-To: <32418789.760B@global-sol.com> (tlayton@global-sol.com)

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Timothy P Layton, Sr " <tlayton@global-sol.com> writes:

> I am trying to figure out how to show the index or catalog of what I
> backed up on the tape. Any ideas ??

	restore tf /dev/rst0

If you used a block size when you dumped, use it with restore:

	restore tbf 64 /dev/rst0

> Also I am using a density of 61000 as an argument for the dump
> command.  I am assuming that this is the correct density for a 2 Gb
> DAT tape ?

I wouldn't use the density argument because it's intended to help dump
find the end-of-tape on devices that don't indicate end-of-tape.  But
your HP DAT drive certainly can detect end-of-tape.  So, use the B
option to specify a huge number of blocks.  Before I started using
Amanda for dumps, I used this command:

	dump 0nubBf 64 999999 /dev/nrst0 <filesystem>

and put each filesystem for a host on a single tape.

-- 
Sean Kelly                          
NOAA Forecast Systems Laboratory    kelly@fsl.noaa.gov
Boulder Colorado USA                http://www-sdd.fsl.noaa.gov/~kelly/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609192017.UAA10787>