Re: Filesets: splitting a huge directory

"Stefan G. Weichinger via Bacula-users" <[email protected]> Thu, 8 Jan 2026 12:34:17 +0100
Newsgroups gmane.comp.bacula.user
Message-ID <[email protected]>
Am 08.01.26 um 11:20 schrieb Martin Simmons:

> The regex "./*" is weird though -- it means any character followed by zero or
> more / characters.

Checked the example again: my fault (although it seemed to work):

it's

Options {
             RegexDir = ".*"
             exclude = yes
         }