Amanda-Users

Re: howto list an amanda backup using TAR?

2003-09-17 13:48:44
Subject: Re: howto list an amanda backup using TAR?
From: Bruno Negrão <bnegrao-amanda AT engepel.com DOT br>
To: "amanda users" <amanda-users AT amanda DOT org>
Date: Wed, 17 Sep 2003 14:41:50 -0300
Ok, I found the answer. Since my backup was compressed, i´ve got to use
the -z option. So the commands are:
mt rewind
mt fsf NN
dd if=/dev/nst0 bs=32k skip=1 | tar -tvz

That´s it.

bruno.
----- Original Message ----- 
From: "Bruno Negrão" <bnegrao AT engepel.com DOT br>
To: "amanda users" <amanda-users AT amanda DOT org>
Sent: Wednesday, September 17, 2003 10:40 AM
Subject: howto list an amanda backup using TAR?


Hi all,

How to list an amanda backup using TAR? I tried these commands, but they
didn´t show nothing:
[root@falcon root]# mt rewind
[root@falcon root]# mt fsf NN
[root@falcon root]# dd if=/dev/nst0 bs=32k skip=1 | tar -tv
dd: warning: working around lseek kernel bug for file (/dev/nst0)
  of mt_type=0x72 -- see <sys/mtio.h> for the list of types
0+0 records in
0+0 records out

Thank you,
Bruno Negrao



<Prev in Thread] Current Thread [Next in Thread>