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
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 h
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