On Fri, May 05, 2006 at 05:54:27PM +0200, Paul Bijnens wrote: > On 2006-05-05 17:34, Gordon J. Mills III wrote: > >On this same topic, is there a way to have amrecover list the available > >versions of a file that are currently on tape? > >i.e. list the 5 versions of the file with the dates so that you can choose > >the one you want? > > No, but for that I navigate to the indexes on the server, and > execute: > > zgrep "mylostfile" * >
Ahh, thats what it is. On Solaris it is called gzgrep (and gzmore ...). I've been missing them on linux :) If all the original poster wants is the date(s), the '-l' option could be used. Sounds like a nice script for someone to write ;) -- Jon H. LaBadie [EMAIL PROTECTED] JG Computing 4455 Province Line Road (609) 252-0159 Princeton, NJ 08540-4322 (609) 683-7220 (fax)
