Re: [Bacula-users] Fileset Exclude not working - Why ?

2006-01-19 Thread Kern Sibbald
On Thursday 19 January 2006 14:39, Daniel Holtkamp wrote: > Hi ! > > This is the Fileset definition: > FileSet { >Name = "Fileserver" >Include { > Options { > exclude = yes > wilddir = "/var/tmp" > wilddir = ".recycle" > wilddir = "/var/www/intranet/

[Bacula-users] Fileset Exclude not working - Why ?

2006-01-19 Thread Daniel Holtkamp
Hi ! This is the Fileset definition: FileSet { Name = "Fileserver" Include { Options { exclude = yes wilddir = "/var/tmp" wilddir = ".recycle" wilddir = "/var/www/intranet/html/support/patches/daily" regexdir = "/var/[cache/man|catman]/[cat?|X11R6/c

Re: [Bacula-users] FileSet Exclude by Default

2005-03-23 Thread David Clymer
On Wed, 2005-03-23 at 09:22 -0600, Mike Reinehr wrote: > On Tuesday 22 March 2005 07:41 pm, David Fuchs wrote: > > 22-Mar 17:26 davidfuchs-dir: ERROR TERMINATION at inc_conf.c:495 > > Config error: Regex compile error. ERR=repetition-operator operand invalid > > > > : line 119, col 35 o

Re: [Bacula-users] FileSet Exclude by Default

2005-03-23 Thread Mike Reinehr
On Tuesday 22 March 2005 07:41 pm, David Fuchs wrote: > 22-Mar 17:26 davidfuchs-dir: ERROR TERMINATION at inc_conf.c:495 > Config error: Regex compile error. ERR=repetition-operator operand invalid > >             : line 119, col 35 of file > /usr/local/bacula/etc/bacula-dir.conf RegexFile = "^.?*$

Re: [Bacula-users] FileSet Exclude by Default

2005-03-23 Thread David Fuchs
Kern Sibbald wrote: It was probably me who proposed something like the following. I suspect it never worked because contrary to what I thought the exclude = yes matches nothing. So, I have two suggestions that may work: 1. Add a wild = "*" just after the exclude = yes 2. Alternatively, and p

Re: [Bacula-users] FileSet Exclude by Default

2005-03-19 Thread Kern Sibbald
On Saturday 19 March 2005 21:22, David Fuchs wrote: > Kern Sibbald wrote: > >Hello, > > > >On Friday 18 March 2005 23:56, David Fuchs wrote: > >>Hello, > >> > >> I've been trying to configure a FileSet that will only back up > >>specific file extensions, but I seem to be misunderstanding the syntax

Re: [Bacula-users] FileSet Exclude by Default

2005-03-19 Thread David Fuchs
Kern Sibbald wrote: Hello, On Friday 18 March 2005 23:56, David Fuchs wrote: Hello, I've been trying to configure a FileSet that will only back up specific file extensions, but I seem to be misunderstanding the syntax of the FileSet records. By searching the archives, I found the following FileS

Re: [Bacula-users] FileSet Exclude by Default

2005-03-19 Thread Kern Sibbald
Hello, On Friday 18 March 2005 23:56, David Fuchs wrote: > Hello, > > I've been trying to configure a FileSet that will only back up > specific file extensions, but I seem to be misunderstanding the syntax of > the FileSet records. > > By searching the archives, I found the following FileSet exa

[Bacula-users] FileSet Exclude by Default

2005-03-18 Thread David Fuchs
Hello, I've been trying to configure a FileSet that will only back up specific file extensions, but I seem to be misunderstanding the syntax of the FileSet records. By searching the archives, I found the following FileSet example from someone else in the same situation. In my eff

Re: [Bacula-users] FileSet Exclude

2005-03-15 Thread Kai Matla
Hello! > Exclude { > >File = "/Dokumente und > Einstellungen/*/Anwendungsdaten/*/Profiles/*/*/Cache" > ... Try: File = "C:/Dokumente und Einstellungen/*/Anwendungsdaten/*/Profiles/*/*/Cache" ... I had the same problem, found no documentation on it, but this works for me (quite similar se

[Bacula-users] FileSet Exclude

2005-03-15 Thread Chris Joelly
Hello! i use the following Exclude definition with a FileSet, but i get several warnings on open files during backup. Sorry for that german errormessages, but what is the problem with the Exclude definitions? thx, Chris bacula 1.36.2 on Debian sarge, and winbacula 1.36.2 on w2k3 FileSet { Na