> 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 f
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 r
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
> 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.
> > >
> >
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 {
> > Opti
> 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"
>
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