Re: [Bacula-users] FileSet quirks

2007-02-07 Thread Ralf Ertzinger
Hi. On Tue, 6 Feb 2007 19:28:40 GMT, Martin Simmons wrote: No, you can't use [] like that in a regexp -- it is for matching single characters, not strings. There is no not operator in regexps. Actually there is, if you happen to use perl compatible REs (if bacula does that I do not know).

Re: [Bacula-users] FileSet quirks

2007-02-07 Thread Stephan Ebelt
Hello, On Tuesday 06 February 2007 20:28, Martin Simmons wrote: regexdir = /home/.*/[^Movies|^Music|^Pictures]/.* (though, this doesnt work yet) No, you can't use [] like that in a regexp -- it is for matching single characters, not strings. There is no not operator in regexps.

Re: [Bacula-users] FileSet quirks

2007-02-07 Thread Martin Simmons
On Wed, 7 Feb 2007 12:18:09 +0100, Stephan Ebelt said: Hello, On Tuesday 06 February 2007 20:28, Martin Simmons wrote: regexdir = /home/.*/[^Movies|^Music|^Pictures]/.* (though, this doesnt work yet) No, you can't use [] like that in a regexp -- it is for matching single

Re: [Bacula-users] FileSet quirks

2007-02-06 Thread Martin Simmons
On Mon, 5 Feb 2007 16:28:24 +0100, Stephan Ebelt said: Hello, back in 1.38.11 I wrote this fileset which appeared to work quite nice. FileSet { Name = data-users-media Include { Options { signature = md5 wilddir = /home/*/Movies wilddir =

Re: [Bacula-users] FileSet quirks

2007-02-06 Thread Kern Sibbald
On Tuesday 06 February 2007 20:28, Martin Simmons wrote: On Mon, 5 Feb 2007 16:28:24 +0100, Stephan Ebelt said: Hello, back in 1.38.11 I wrote this fileset which appeared to work quite nice. FileSet { Name = data-users-media Include { Options { signature =

Re: [Bacula-users] FileSet quirks

2007-02-06 Thread Martin Simmons
On Tue, 6 Feb 2007 21:14:52 +0100, Kern Sibbald said: On Tuesday 06 February 2007 20:28, Martin Simmons wrote: On Mon, 5 Feb 2007 16:28:24 +0100, Stephan Ebelt said: Hello, back in 1.38.11 I wrote this fileset which appeared to work quite nice. FileSet { Name =

[Bacula-users] FileSet quirks

2007-02-05 Thread Stephan Ebelt
Hello, back in 1.38.11 I wrote this fileset which appeared to work quite nice. FileSet { Name = data-users-media Include { Options { signature = md5 wilddir = /home/*/Movies wilddir = /home/*/Music wilddir = /home/*/Pictures } # I do not