Re: [Bacula-users] Excluding subversion folders

2011-01-10 Thread Steve Ellis
On 1/10/2011 7:29 AM, Guy wrote: > Indeed it was and that for me is the right thing. It's all in subversion > which is it's self backed up. > > ---Guy > (via iPhone) > > On 10 Jan 2011, at 15:18, Dan Langille wrote: > However, if you have people planning on making commits to subversion, you've a

Re: [Bacula-users] Excluding subversion folders

2011-01-10 Thread Guy
Indeed it was and that for me is the right thing. It's all in subversion which is it's self backed up. ---Guy (via iPhone) On 10 Jan 2011, at 15:18, Dan Langille wrote: > On 1/10/2011 10:03 AM, Guy wrote: >> On 10 Jan 2011, at 14:42, Christian Manal wrote: >> >>> Am 10.01.2011 15:04, schrieb

Re: [Bacula-users] Excluding subversion folders

2011-01-10 Thread Phil Stracchino
On 01/10/11 10:18, Dan Langille wrote: > On 1/10/2011 10:03 AM, Guy wrote: > > The "ExcludeDirContaining" worked!.. the .svn is a dir. It seems the > documentation implies that it's a filename-string but works when it's a > DIR too :) > > I think you will find that the directory containing .sv

Re: [Bacula-users] Excluding subversion folders

2011-01-10 Thread Dan Langille
On 1/10/2011 10:03 AM, Guy wrote: > On 10 Jan 2011, at 14:42, Christian Manal wrote: > >> Am 10.01.2011 15:04, schrieb Guy: >>> Hi all, >>> >>> I would like to exclude any folder on a client that is under subversion. >>> All Directories which are maintained by subversion have a ".svn" directory

Re: [Bacula-users] Excluding subversion folders

2011-01-10 Thread Jari Fredriksson
On 10.1.2011 17:03, Guy wrote: > Hi, > > The "ExcludeDirContaining" worked!.. the .svn is a dir. It seems the > documentation implies that it's a filename-string but works when it's a DIR > too :) > Nice thing in *nix is that "everything is a file" ;) -- You will gain money by a speculatio

Re: [Bacula-users] Excluding subversion folders

2011-01-10 Thread Guy
Hi, The "ExcludeDirContaining" worked!.. the .svn is a dir. It seems the documentation implies that it's a filename-string but works when it's a DIR too :) Thanks ---Guy On 10 Jan 2011, at 14:42, Christian Manal wrote: > Am 10.01.2011 15:04, schrieb Guy: >> Hi all, >> >> I would like to exc

Re: [Bacula-users] Excluding subversion folders

2011-01-10 Thread Christian Manal
Am 10.01.2011 15:04, schrieb Guy: > Hi all, > > I would like to exclude any folder on a client that is under subversion. All > Directories which are maintained by subversion have a ".svn" directory > structure under them. > > Can any clever people create a FileSet exclude which will skip any d

[Bacula-users] Excluding subversion folders

2011-01-10 Thread Guy
Hi all, I would like to exclude any folder on a client that is under subversion. All Directories which are maintained by subversion have a ".svn" directory structure under them. Can any clever people create a FileSet exclude which will skip any directory which contains a .svn folder? Cheers,