[Box Backup] Getting dirlist?
Remco Poelstra
boxbackup@fluffy.co.uk
Mon, 31 Jan 2005 23:09:42 +0100
Ben Summers wrote:
> Seems perfectly clear to me. :-)
>
> There isn't really a more complete way of providing everything anyone
> could want, I'm afraid. Sort of. I will eventually get around to having
> an external process which can veto any file it wants.
But how about an key:
ExcludeDirs = .*
More like the way 'ls' handels wildcards. You can still keep the Regex
way. Perhaps leafmatching would also make things a slightly easier and
(for me) work more like expected, because why match a whole dir if that
dir is allready defined. Seems to me that doesn't really add any
information to the regex.
Remco Poelstra