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/CUSTOMER_DATA/i*/temp"
     }
    File = /mnt/CUSTOMER_DATA
  }
}



Best Regards
Eduardo A Adami



Em seg., 3 de out. de 2022 às 11:44, Dave <du...@onetouchemr.com> escreveu:

> 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 = ".*"
>
>        wildfile = "*.rar"
>
>        wildfile = "*.zip"
>
>        wilddir = "/mnt/CUSTOMER_DATA/i*/temp"
>
>        exclude = yes
>
>       }
>
>     File = /mnt/CUSTOMER_DATA
>
>   }
>
> }
>
>
>
> There are a few hundred gigs of data in a few temp subdirectories and it
> continues to be backed up.  Is there some sort of issue with how I have
> this configured?  I did also try the following with the same results:
>
>
>
>        wilddir = "/mnt/CUSTOMER_DATA/*/temp"
>
>
>
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to