On Thu, 17 Jul 2003 09:07:51 +0200 Moliere Christian <[EMAIL PROTECTED]> wrote:
> I'd like to see what are there as data on a tape but not in using > amanda commands. I tried with tar and dd command without result. Does > someone know how I could do that ? You should read http://www.backupcentral.com/amanda-24.html. For example: $ mt -f /dev/nst0 rewind $ mt -f /dev/nst0 fsf 1 $ dd if=/dev/nst0 bs=32k skip=1 | tar t -- Grigory Batalov.
