: [Bacula-users] wilddir not working for exclusion but is for
inclusion
Yeah, you need delete the line /mnt/CUSTOMER_DATA/i*
I did a test inside my test machine, please see the my example:
FileSet {
Name = "CD-i"
Include {
Options {
signature = MD5
Exc
*To:* bacula-users@lists.sourceforge.net
> *Subject:* Re: [Bacula-users] wilddir not working for exclusion but is
> for inclusion
>
>
>
> Hi Dave, you can try to use only one option block!
>
>
>
>
>
> FileSet {
> Name = "CD-i"
> Incl
Awesome, that makes a lot of sense and I'll give it a shot.
-Original Message-
From: Martin Simmons
Sent: Monday, October 3, 2022 1:52 PM
To: Dave
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] wilddir not working for exclusion but is for
inclusion
Bacula us
Bacula uses on the first Options clause that matches (in the order they are
written) to decide whether to include or exclude something. If no clauses
match, then the item is backed up using the options (e.g. Compression) from
the final clause.
The problem with your clauses is that directories suc
not working for exclusion but is for
inclusion
Hi Dave, you can try to use only one option block!
FileSet {
Name = "CD-i"
Include {
Options {
signature = SHA1
Compression = GZIP9
exclude = yes
wilddir = "/mnt/CUSTOMER_DATA/i*&quo
Hi Dave, you can try to use only one option block!
FileSet {
Name = "CD-i"
Include {
Options {
signature = SHA1
Compression = GZIP9
exclude = yes
wilddir = "/mnt/CUSTOMER_DATA/i*"
wildfile = "*.rar"
wildfile = "*.zip"
wilddir = "/mnt
I'm running Bacula 9.0.6 and cannot seem to get a wilddir exclusion to work.
My fileset is:
FileSet {
Name = "CD-i"
Include {
Options {
signature = SHA1
Compression = GZIP9
wilddir = "/mnt/CUSTOMER_DATA/i*"
}
Options {
RegexDir = ".*"