Amanda-Users

Re: disklist and wildcard question

2004-01-15 17:57:20
Subject: Re: disklist and wildcard question
From: Paul Bijnens <paul.bijnens AT xplanation DOT com>
To: "Dan L. Ostrom" <dostrom AT umich DOT edu>
Date: Thu, 15 Jan 2004 23:55:51 +0100
Dan L. Ostrom wrote:

        Running the command:

tar cvf /tmp/mytar *200300*

does just tar up the files requested. Since amdump is running the same tar command (yes, tar is gtar here), shouldn't the disklist file entries work? Or am I misunderstanding
what the include/exclude statements are for or how they function?

The nice thing about open source software is that you can dive into the
code to find out.

And if you don't want to read the soure code, the exact command is
found in /tmp/amanda/runtar.TIMESTAMP.debug.

Amanda uses the --file-from directive of gnutar.  Each entry in that
file is a file or directory expanded *by amanda* from the pattern
that you give (hence the restriction of one level expansion only,
as the man page indicates).



--
Paul @ Home


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