It depends on how you backed up your disk. Assuming you're using GNU tar, you'd want to do something like this:
amrestore -p /dev/nst0 <server-name> <disk> | tar -tvf - That pipes the output of amrestore through tar which just displays the contents. However this will not give you the modification dates of the files and I'm not exactly sure how you'd do that :( Lloyd -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guy Dallaire Sent: Tuesday, 25 October 2005 2:28 a.m. To: Amanda (E-mail) Subject: Listing a tape content ? Is there an easy way to list the content of an amanda tape ? I'd like to have the file / directory names and the last modification dates of the files. Thanks
