Amanda-Users

Re: Disklist format

2003-03-13 14:34:05
Subject: Re: Disklist format
From: Alexander JOLK <alexj AT buf DOT com>
To: rhazbu01 AT shadow DOT net
Date: Thu, 13 Mar 2003 18:51:30 +0100
> pantera /home/depot-af /home/depot {
>         hard-disk-tar
>         include "./[Aa-Ff]*"
>         } 1

I'd be pretty much surprised if this include statement didn't mean
`include all files starting with either A, any character between a and
F, or f'.  That's probably not what you meant to say, and moreover,
[a-F] is the empty set.  So there you are, you don't have anything
included in your DLE. :-)

What you meant to say was probably something like "./[A-Fa-f]*".

Alex

-- 
Alexander Jolk         /         BUF Compagnie
tel +33-1 42 68 18 28 /  fax +33-1 42 68 18 29

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