> On Fri, 24 Jun 2011 06:52:49 -0600, Stuart McGraw said:
>
> On 06/23/2011 04:26 AM, Martin Simmons wrote:
> >> On Wed, 22 Jun 2011 21:25:24 -0600, Stuart McGraw said:
> [...]
> >> I have not been seen in the Bacula manual a description of exactly
> >> how filenames match wildcard specs
On 06/23/2011 04:26 AM, Martin Simmons wrote:
>> On Wed, 22 Jun 2011 21:25:24 -0600, Stuart McGraw said:
[...]
>> I have not been seen in the Bacula manual a description of exactly
>> how filenames match wildcard specs (e.g. does "a*b" match "a/b"?).
>
> Yes, that is the problem. "/home/*/
> On Wed, 22 Jun 2011 21:25:24 -0600, Stuart McGraw said:
>
> I am converting FileSets that used mostly used regexes
> to use wild matches where possible. But I am still not
> getting how wildcard matching is working.
>
> Options {
> Wilddir = "/home/*/.backup"
>
I am converting FileSets that used mostly used regexes
to use wild matches where possible. But I am still not
getting how wildcard matching is working.
Options {
Wilddir = "/home/*/.backup"
Wild= "/home/*/.backup/*"
}
Options {
E