Re: Filesets: splitting a huge directory

"Stefan G. Weichinger via Bacula-users" <[email protected]> Thu, 8 Jan 2026 07:07:15 +0100
Newsgroups gmane.comp.bacula.user
Message-ID <[email protected]>
with trial and error this seems to work for including files and dirs 
starting with "d" or "D":

Fileset {
   Name = "Filme-d"
   Include {
     Options {
       WildDir = "/data/multimedia/Filme/[dD]*"
       WildFile = "/data/multimedia/Filme/[dD]*"
     }
     Options {
       Exclude = yes
       RegexDir = "./*"
       RegexFile = "./*"
     }
     File = "/data/multimedia/Filme/"
   }
}