[Bacula-users] Bacula hangs after reboot machine

2006-05-22 Thread Robert Buurke
Hi there, Bacula is running fine for some time now, but there is one thing I still haven't figured out. When the Bacula 1.36.2 Server (DIR/FD/SD) gets a reboot and it is coming back up again everything is fine, except that I get an "ERR=Connection refused" when I try to use bconsole to check t

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

2005-09-22 Thread Robert Buurke
he exclude section at all, as using a wild in the > >include would automatically exclude everything else, otherwise what's > >the point. > > > >Try removing the exclude section. > > > >Graham > > > > > >Bacula-dir is 1.36.2 > >Bacula-fd on the

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

2005-09-21 Thread Robert Buurke
n'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: 21 September 2005 11:19 To: Purcocks, Gr

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

2005-09-21 Thread Robert Buurke
tically exclude everything else, otherwise what's the point. Try removing the exclude section. Graham 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:

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

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

2005-09-21 Thread Robert Buurke
EX EX EX EX EX EX EX EX EX EX EX EX etc. *Console* Fatal Error: Socket error from Filed on Include command: ERR=No data available. I have installed almost every regex library package with apt-get and the Windows client has .Net Framework 1.1 SP1. Robert Buurke wrote: > I'm trying t

[Bacula-users] Include & Exclude + RegexFile

2005-09-19 Thread Robert Buurke
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 = yes } Options { Exclude = yes RegexFile = "^.?*$" } File = /my

RE: [Bacula-users] Re: Bacula backup problem

2005-08-12 Thread Robert Buurke
Hi Silas, I understand it is possible to use one pool for multiple jobs/schedules/levels. But the reason why I don't use one pool is that I need to have different "Volume Retention" times. Maybe it helps if I explain what I'm trying to do. I want to use tapes for the weekly full/monthly full

Re: [Bacula-users] Re: Bacula backup problem

2005-08-11 Thread Robert Buurke
You can have multiple pools of tapes that use the same tape device; there's not a problem with that. It just means you have to switch the tape or have an autoloader do so. I understand. I do this for the Weekly (Weekly pool) & Monthly (Monthly pool) tape(s). These pools share the same tape dev

Re: [Bacula-users] Re: Bacula backup problem

2005-08-11 Thread Robert Buurke
. I also tried bscan to recreate a Catalog from a Volume and this worked flawlessly so it's going to work out just fine when the backup server crashes (harddisk failure etc.). From: Phil Stracchino <[EMAIL PROTECTED]> To: Robert Buurke <[EMAIL PROTECTED]> CC: bacula-users@lists.

Re: [Bacula-users] Re: Bacula backup problem

2005-08-11 Thread Robert Buurke
. It then creates Volume "Catalog002" but the same error occure and it is trying a couple of times more with "Catalog003" etc. Is this because it's another pool (Catalog)? From: Phil Stracchino <[EMAIL PROTECTED]> To: Robert Buurke <[EMAIL PROTECTED]> CC: bacu

Re: [Bacula-users] Re: Bacula backup problem

2005-08-10 Thread Robert Buurke
I'm going to try this tomorrow early in the morning. It sounds really simple, but the problem was my interpretation of "Use Volume Once" made me believe it was only for the volume on the tape and not for the whole tape. From: Phil Stracchino <[EMAIL PROTECTED]> To:

[Bacula-users] Re: Bacula backup problem

2005-08-10 Thread Robert Buurke
Hi Phil, You're right, I used "Use Volume Once" for the following reason. For the full weekly backup to tape I want to use every week a new tape until a month has past for the full monthly backup. After that the weekly tapes are recycled, at least that was my idea (I used the example from the B