Re: [Bacula-users] excluding with wildcards

2006-05-08 Thread Bill Moran
On Mon, 08 May 2006 11:16:10 -0700 Mark Nienberg <[EMAIL PROTECTED]> wrote: [snip] > FileSet { >Name = "gecko Files" >Include { > Options { >signature = MD5 >wildDir = "/share/office/TmpShare/*/personal" >ignore case = yes #so the above will match Personal,

[Bacula-users] excluding with wildcards

2006-05-08 Thread Mark Nienberg
I'm trying to exclude some directories from a fileset with no luck. First I tried this: FileSet { Name = "gecko Files" Include { Options { signature = MD5 } File = /share } Exclude { File = "/share/office/TmpShare/*/personal" ) } But that didn't work. I thought i