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" <[EMAIL PROTECTED]> To: "amanda users" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] root]# mt rewind [EMAIL PROTECTED] root]# mt fsf NN [EMAIL PROTECTED] 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
