[Bacula-users] FileSet excluding files help

2007-02-28 Thread Chris Sarginson
Hi Guys, I'm trying to get bacula to exclude log files (live and old compressed) and the windows page file, but I'm having a little trouble, IE, it's not doing as I ask it. As a result I assume I am asking it incorrectly :-) bacula-mysql 2.0.1 on Centos 4.3 Here is my file set resource, I

Re: [Bacula-users] FileSet excluding files help

2007-02-28 Thread Julien
You have to put the Exclude=yes at the _beginning_ because first match wins Chris Sarginson wrote: Hi Guys, I'm trying to get bacula to exclude log files (live and old compressed) and the windows page file, but I'm having a little trouble, IE, it's not doing as I ask it. As a result I

Re: [Bacula-users] FileSet excluding files help

2007-02-28 Thread Chris Sarginson
Hi Julien, I see, so the snippet should be: Include { Options { Exclude = yes wildfile = access.log wildfile = access.log.*.*.gz wildfile = access.log.*.* wildfile = error.log } } If so, thanks very much for your help. Chris Julien wrote: You have to

Re: [Bacula-users] FileSet excluding files help

2007-02-28 Thread Julien
Yes, for example I have the following lines in my bacula-dir.conf : 278 FileSet { 279 Name = rivendell-fs 280 281 Include { 282 283 Options { 284 IgnoreCase = yes 285 Exclude = yes 286