Re: [Bacula-users] Still not getting wildcard matching

2011-06-27 Thread Martin Simmons
> 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

Re: [Bacula-users] Still not getting wildcard matching

2011-06-24 Thread Stuart McGraw
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/*/

Re: [Bacula-users] Still not getting wildcard matching

2011-06-23 Thread Martin Simmons
> 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" >

[Bacula-users] Still not getting wildcard matching

2011-06-22 Thread Stuart McGraw
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