> 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

Reply via email to