The correct way to understand what Bacula is doing is that
File = c:/
File = d:/
Means to walk down the C: drive and the D: drive and do what is
specified in the options block(s). It does not mean to backup
everything only that files found on those drives are to be considered.
Then Bacula for e
Hello Bill,
I am a bit surprised about a different behavior between 5.2.x and 7.0.x,
because I don't think there was any change. I cannot rule it out, but I
would be surprised. I suspect there were other changed that perhaps
subtly changed the behavior.
Best regards,
Kern
On 12.02.2015 23:14,
From: Bill Arlofski
>
> If this is true, it seems like the v7 behavior is the correct behavior, so...
> problem solved I guess. :)
I fail to see the logic in that, but then I may be misunderstanding something.
Include {
Options {
Exclude = Yes
Wilddir = */Temp
}
File =
On 02/12/2015 12:38 PM, Kern Sibbald wrote:
> Hello,
>
> I have never thought about that particular case:
>
> Include {
> Options {
> Exclude = yes
> }
>...
> }
>
> However, it is clear that means to Bacula to exclude everything in the
> Include since no wild cards, ... m
Hello,
I have never thought about that particular case:
Include {
Options {
Exclude = yes
}
...
}
However, it is clear that means to Bacula to exclude everything in the
Include since no wild cards, ... means that all files will be selected
in that Option block and thus be
On 02/11/2015 11:02 AM, Dawei Wang wrote:
> Hi Bill,
>
> I did check that, i am backup one directory on one file system, i should not
> be affected by this setting. Anyway, i it to onefs=no, still no avail.
>
>
> The same configuration works fine with bacula 5, really really weird.
>
>
> Thx