On Fri, Nov 30, 2001 at 07:38:15AM -0600, Albert Hopkins wrote:
>
> $ gtar -c -v -X <exclude-file> -f /dev/null /<path>
> 
> on the amanda client
> 
> On Fri, 2001-11-30 at 04:33, Stephen Carville wrote:
>> Is there any way to test the patters in the exclude list for a
>> disklist entry?
> 
>>> End of included message <<<

As the exclude list is relative to the starting directory, I think
this should be modified to:

   $ cd /<path>
   $ gtar -c -v -X <exclude-file> -f /dev/null .

-- 
Jon H. LaBadie                  [EMAIL PROTECTED]
 JG Computing                   [EMAIL PROTECTED]
 4455 Province Line Road        (609) 252-0159
 Princeton, NJ  08540-4322      (609) 683-7220 (fax)

Reply via email to