Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id g1IMpLw14000 for linux-xfs-outgoing; Mon, 18 Feb 2002 14:51:21 -0800 Received: from ente.berdmann.de (frnk-d514e11f.dsl.mediaWays.net [213.20.225.31]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id g1IMpH913978 for ; Mon, 18 Feb 2002 14:51:17 -0800 Received: from apollo.berdmann.de ([192.168.1.2] helo=berdmann.de) by ente.berdmann.de with esmtp (Exim 3.22 #1) id 16cvgf-0006G0-00; Mon, 18 Feb 2002 22:51:05 +0100 Message-ID: <3C717749.B4EAB857@berdmann.de> Date: Mon, 18 Feb 2002 22:51:05 +0100 From: "Bernhard R. Erdmann" X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.17-xfs i586) X-Accept-Language: de, en, fr MIME-Version: 1.0 To: listac@nebelschwaden.de CC: linux-xfs@oss.sgi.com Subject: Re: xfsdump & compression? (was: Re: xfsdump aborts after assertion failure) References: <3C716789.3000908@nebelschwaden.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk > Btw.: talking about xfsdump: Is there a tool/addon that writes a tape > catalog, so I can locate data without a tape beeing inserted ? The > contents of /var/xfsdump seems more some kind of meta-data.Would be > really nice to be able to browe some kind of database to see on which > tapes what files are located. Amanda (http://www.amanda.org/) is a nice tool keeping a catalogue. You can browse it with an FTP-like interface no matter if you used dump/xfsdump/ufsdump/backup/tar for backup. The index is stored in gzipped plain text. If you're really lost in space, you can even zgrep for your files.