Re: [Bacula-users] regexdir stops bacula backup...

2009-03-04 Thread Thomas Manson
Well finally I think I'll need the regexdir to exclude some cache directory inside website that are huge ;) You didn't work for nothgin Martin ;) Thanks, Thomas. On Wed, Mar 4, 2009 at 11:19, Thomas Manson wrote: > Ok, > I've read a bit quickly your answer, and tonight Bacula backup 33Go of data

Re: [Bacula-users] regexdir stops bacula backup...

2009-03-04 Thread Thomas Manson
Ok, I've read a bit quickly your answer, and tonight Bacula backup 33Go of data (compressed) LOL... I'm gonna change my way of doing... instead of a complex bacula configuration, I'll move logs to another single location (for every website) instead of a logs directory per website. This server wi

Re: [Bacula-users] regexdir stops bacula backup...

2009-03-03 Thread Martin Simmons
> On Tue, 3 Mar 2009 15:20:46 +0100, Thomas Manson said: > > Hi Martin, > > So I should do this : > FileSet { > Name = "computer.domain.com.FileSet" > Include { > Options { > signature = SHA1 > compression = GZIP > *regexdir= "/home/.*/web/public_html"* > } > File = /

Re: [Bacula-users] regexdir stops bacula backup...

2009-03-03 Thread Thomas Manson
Hi Martin, So I should do this : FileSet { Name = "computer.domain.com.FileSet" Include { Options { signature = SHA1 compression = GZIP *regexdir= "/home/.*/web/public_html"* } File = /etc File = /home/special/master File = /usr/src/makeHttpd File = /root File = /b

Re: [Bacula-users] regexdir stops bacula backup...

2009-02-26 Thread Martin Simmons
> On Thu, 26 Feb 2009 10:00:26 +0100, Thomas Manson said: > > Nobody has an idea? Bacula uses the File lines as the roots when it looks for files and none of yours are going to find files in /home/user1 etc. Also, you can't do what you want directly with a single Options clause -- you need t

Re: [Bacula-users] regexdir stops bacula backup...

2009-02-26 Thread Thomas Manson
Nobody has an idea? On Tue, Feb 24, 2009 at 22:19, Thomas Manson wrote: > I forgot to mention the bacula version : > server : > 2.4.2-1ubuntu6 > client : Redhat ES4 with version : bacula-client-2.4.2-1.el4.i386.rpm > > Thomas > > On Tue, Feb 24, 2009 at 22:16, Thomas Manson > wrote: > >> Hi, >>

Re: [Bacula-users] regexdir stops bacula backup...

2009-02-24 Thread Thomas Manson
I forgot to mention the bacula version : server : 2.4.2-1ubuntu6 client : Redhat ES4 with version : bacula-client-2.4.2-1.el4.i386.rpm Thomas On Tue, Feb 24, 2009 at 22:16, Thomas Manson wrote: > Hi, > > I want to backup this kind of directories : > > /home/user1/web/public_html > /home/user2/web

[Bacula-users] regexdir stops bacula backup...

2009-02-24 Thread Thomas Manson
Hi, I want to backup this kind of directories : /home/user1/web/public_html /home/user2/web/public_html /home/user3/web/public_html /home/user4/web/public_html and subdirectories. I've run a find to list all dir of the home directory and test the following regexp on it with success : "/home/.*