Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-23 Thread Kern Sibbald
quot;*.*" doesn't work. > > It is not permitted in the Exclude resource. > > > > My guess is that it should be something like RegexFile = "^.?*$" > > But I can't get it to work. > > > > >Sorry, thought it would be logical. What happe

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-23 Thread Kern Sibbald
e something like RegexFile = "^.?*$" > But I can't get it to work. > > >Sorry, thought it would be logical. What happens if you just use an > >exclude of ".*" or whatever everything is, does the include take > >precedence? > > > >-Origin

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-22 Thread Kern Sibbald
On Wednesday 21 September 2005 10:20, Arno Lehmann wrote: > Hello, > > On 21.09.2005 09:43, Robert Buurke wrote: > > Sometimes life can be so simple ;-) > > It works what you suggested. > > > > But on another client I need to include *.bkf files and exclude every > > other file. What I have tried i

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-22 Thread Arno Lehmann
t; But I can't get it to work. >Sorry, thought it would be logical. What happens if you just use an >exclude of ".*" or whatever everything is, does the include take >precedence? > >-Original Message- >From: Robert Buurke [mailto:[EMAIL PROTECTED] >Sent

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-22 Thread Robert Buurke
".*" or whatever everything is, does the include take >precedence? > >-Original Message- >From: Robert Buurke [mailto:[EMAIL PROTECTED] >Sent: 21 September 2005 11:19 >To: Purcocks, Graham >Cc: bacula-users@lists.sourceforge.net >Subject: RE: [Bacula-use

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-21 Thread Sim Zacks
it would be logical. What happens if you just use an >exclude of ".*" or whatever everything is, does the include take >precedence? > >-Original Message- >From: Robert Buurke [mailto:[EMAIL PROTECTED] >Sent: 21 September 2005 11:19 >To: Purcocks, Graham >Cc: bacul

RE: [Bacula-users] Include & Exclude + RegexFile

2005-09-21 Thread Purcocks, Graham
users@lists.sourceforge.net Subject: RE: [Bacula-users] Include & Exclude + RegexFile It would indeed be very logical. But it doesn't work unfortunately. Exclude everything with .* or *.* or ".*" or "*.*" doesn't work. It is not permitted in the Exclude resource. My guess is tha

RE: [Bacula-users] Include & Exclude + RegexFile

2005-09-21 Thread Robert Buurke
aham Cc: bacula-users@lists.sourceforge.net Subject: RE: [Bacula-users] Include & Exclude + RegexFile I tried your suggestion, but without the exlude section it backs up everything from the specified directory. >I'm not using this version so I'm shooting from the hip, but I would

RE: [Bacula-users] Include & Exclude + RegexFile

2005-09-21 Thread Robert Buurke
I tried your suggestion, but without the exlude section it backs up everything from the specified directory. I'm not using this version so I'm shooting from the hip, but I would think you don't need the exclude section at all, as using a wild in the include would automatically exclude everythi

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-21 Thread Arno Lehmann
Hello, On 21.09.2005 11:22, Robert Buurke wrote: Bacula-dir is 1.36.2 Bacula-fd on the Windows client is 1.36.2. I also tried bacula-fd 1.36.3 on the Windows client without succes. I looked that up, and it seems that wildfile and regexfile should work with these versions. 1.36.3 should be ok

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-21 Thread Robert Buurke
Bacula-dir is 1.36.2 Bacula-fd on the Windows client is 1.36.2. I also tried bacula-fd 1.36.3 on the Windows client without succes. Hello, On 21.09.2005 09:43, Robert Buurke wrote: Sometimes life can be so simple ;-) It works what you suggested. But on another client I need to include *.bk

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-21 Thread Arno Lehmann
Hello, On 21.09.2005 09:43, Robert Buurke wrote: Sometimes life can be so simple ;-) It works what you suggested. But on another client I need to include *.bkf files and exclude every other file. What I have tried is this: I'll have to follow this discussion as I always struggle with exclud

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-21 Thread Robert Buurke
Sometimes life can be so simple ;-) It works what you suggested. But on another client I need to include *.bkf files and exclude every other file. What I have tried is this: FileSet { Name = "Client3" Include { Options { wildfile = *.bkf } Options { Exclude = ye

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-19 Thread Phil Stracchino
Robert Buurke wrote: > I'm trying to exclude *.bkf files and include all the other files of a > directory on a Windows client. I used the example from the User's Manual: > > FileSet { > Name = "Full Set" > Include { > Options { > wildfile = *.Z > wildfile = *.gz > Include