Re: [Bacula-users] RegEX in FileSet ?

2018-01-02 Thread Martin Simmons
> On Tue, 2 Jan 2018 09:55:47 -0200 (BRST), Heitor Faria said: > > > Hello Bacula Group, > > Hello, Claudia, > > > I would like to use a FileSet with a RegEx: > > > >File = /mnt/maildir/[0-9] > > The File directive does not support regex or wildcards, but there are > specific directiv

Re: [Bacula-users] RegEX in FileSet ?

2018-01-02 Thread Heitor Faria
> Hello Bacula Group, Hello, Claudia, > I would like to use a FileSet with a RegEx: > >File = /mnt/maildir/[0-9] The File directive does not support regex or wildcards, but there are specific directives for them

Re: [Bacula-users] RegEx to filter every other file format

2014-09-22 Thread Dimitri Maziuk
On 09/22/2014 01:35 PM, Ana Emília M. Arruda wrote: > Hi, > > I did some tests, and it worked for me with linux filesystem. When I tried > the same FileSet definition with Windows, it does the reported by Heitor. Have you tried "[^oO][^dD][^tT]" ? -- Dimitri Maziuk Programmer/sysadmin BioMagRes

Re: [Bacula-users] RegEx to filter every other file format

2014-09-22 Thread Ana Emília M . Arruda
Hi, I did some tests, and it worked for me with linux filesystem. When I tried the same FileSet definition with Windows, it does the reported by Heitor. Regards, Ana On Sat, Sep 20, 2014 at 11:23 AM, Heitor Faria wrote: > Mr. Bacula Users, > > I'm trying to formulate a RegEx on fileset that ex

Re: [Bacula-users] RegEx to filter every other file format

2014-09-22 Thread Martin Simmons
> On Sat, 20 Sep 2014 11:23:09 -0300, Heitor Faria said: > > Mr. Bacula Users, > > I'm trying to formulate a RegEx on fileset that excludes from backup > everything expect a specific file type (.odt), just as curiosity (I know I > could use WildFile + RegexFile Exclude .*). > I've created a t

Re: [Bacula-users] RegEx to filter every other file format

2014-09-22 Thread Phil Stracchino
On 09/20/14 10:23, Heitor Faria wrote: > Mr. Bacula Users, > > I'm trying to formulate a RegEx on fileset that excludes from backup > everything expect a specific file type (.odt), just as curiosity (I know > I could use WildFile + RegexFile Exclude .*). > I've created a test directory with those

Re: [Bacula-users] regex/regexdir: how to make case insensitive?

2008-11-18 Thread Alan Brown
On Fri, 14 Nov 2008, Kjetil Torgrim Homme wrote: > Alan Brown <[EMAIL PROTECTED]> writes: > > > The subject says it all really. > > > > I really don't want to convert all my match lines to > > ".*/[T|t][E|e][[M|m][P|p]/", etc etc > > "ignore case = yes", perhaps? :-) Perfect. I even had it in my

Re: [Bacula-users] regex/regexdir: how to make case insensitive?

2008-11-14 Thread Kjetil Torgrim Homme
Alan Brown <[EMAIL PROTECTED]> writes: > The subject says it all really. > > I really don't want to convert all my match lines to > ".*/[T|t][E|e][[M|m][P|p]/", etc etc "ignore case = yes", perhaps? :-) http://www.bacula.org/en/rel-manual/Configuring_Director.html#SECTION00147 --

Re: [Bacula-users] Regex

2005-07-05 Thread Russell Howe
Stephen Reynolds wrote: > Please help > > How do backup *.doc file only? I cannot get the regexfile to work > > FileSet { > Name = "Full Set" > Include { > Options { > wildfile = *.doc > } > Options { > Exclude = yes > RegexFile = "^.?*$" This regex ma