Bacula-users

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

2009-02-24 16:23:12
Subject: Re: [Bacula-users] regexdir stops bacula backup...
From: Thomas Manson <dev.mansonthomas AT gmail DOT com>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Tue, 24 Feb 2009 22:19:52 +0100
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 <dev.mansonthomas AT gmail DOT com> wrote:
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/.*/web/public_html"  (with quote in the configuration file).

When I run the backup, the job crashes :

My SSH tunnel is stopped and when I run another backup, it tells me that the last volume do not have the correct number of byte (can't remember the exact message).

If I comment the regexdir, it works normally.


here is the fileSet :

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 = /backup/databases/lastbackup
 }
}

Any idea of how I can see what's going wrong?

Thx,
Thomas.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>