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

[Bacula-users] RegEX in FileSet ?

2018-01-02 Thread Claudia Koch
Hello Bacula Group, I would like to use a FileSet with a RegEx: File = /mnt/maildir/[0-9] The directories are: /mnt/maildir/0 /mnt/maildir/1 .. /mnt/maildir/0 I gets the error message: "Could not stat "/mnt/maildir/[0-9]": ERR=No such file or directory" Are RegEX not possible in the fil

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

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

2014-09-20 Thread Heitor Faria
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 files: root@hfaria-ThinkPad-T420:/test# ls heitor

[Bacula-users] Regex File size question

2010-07-19 Thread Thompson Jerry
I have a directory that when I go through it, I'm trying to not save large files. If I'm doing a find command, it would look something like "find . -size +5M" Being on a linux SLES 10.3 server, what would be the proper entry in the bacula-fd.config file? I'm getting most regexs to work-just ha

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 --

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

2008-11-14 Thread Alan Brown
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 AB - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest

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

[Bacula-users] Regex

2005-07-05 Thread Stephen Reynolds
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 = "^.?*$" } File = "c:/My Documents/*" } } Stephen Reynolds

[Bacula-users] Regex

2005-07-05 Thread Stephen Reynolds
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 = "^.?*$" } File = "c:/My Documents/*" } } Stephen Reynolds