Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Mauro Colorio
solved in this way FileSet { Name = "my Set" Include { Options { Ignore Case = yes; } Options { Ignore Case = yes; Exclude = yes Wild = "E:/Shared/foo/*" Wild = "E:/Shared/bar/*" } File = "E:/Shared/" } } hope this helps someone else :) Mauro

Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 Thread J. Echter
Am 01.06.2011 11:30, schrieb Gavin McCullagh: > On Wed, 01 Jun 2011, Mauro Colorio wrote: > >> what's wrong? >> >> FileSet { >>Name = "my Set" >>Include { >> Options { >>Ignore Case = yes; >> } >> File = "E:/Shared/" >>} >>Include { >> Options { >>

Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Mauro Colorio
> Should the stanza it's in not be an "Exclude" not an "Include"? > >   Exclude { >     Options { >       Ignore Case = yes; >     } >     File = "E:/Shared/foo" >     File = "E:/Shared/bar" >   } > I read that the Exclude stanza it's the old way to exclude file and is preferred to use the Exclud

Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Gavin McCullagh
On Wed, 01 Jun 2011, Mauro Colorio wrote: > what's wrong? > > FileSet { > Name = "my Set" > Include { > Options { > Ignore Case = yes; > } > File = "E:/Shared/" > } > Include { > Options { > Exclude = yes; > Ignore Case = yes; > } > > File = "E:/

[Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Mauro Colorio
what's wrong? FileSet { Name = "my Set" Include { Options { Ignore Case = yes; } File = "E:/Shared/" } Include { Options { Exclude = yes; Ignore Case = yes; } File = "E:/Shared/foo" File = "E:/Shared/bar" } } the job using this fileset s