Re: [Bacula-users] disable batch inserts in 2.2.4

2007-12-10 Thread Dane Miller
was hoping for some advice on doing so within the limits of the FreeBSD port sysutils/bacula-server. Thanks, -- Dane Miller Systems Administartor Greatschools, Inc http://www.greatschools.net - SF.Net email is sponsored by: Che

[Bacula-users] disable batch inserts in 2.2.4

2007-12-07 Thread Dane Miller
oblem). So I'd like to test without the batch insert feature. Thanks, Dane -- Dane Miller Systems Administartor Greatschools, Inc http://www.greatschools.net - SF.Net email is sponsored by: Check out the new SourceF

Re: [Bacula-users] Wanted to create Volume, but it already exists

2007-11-26 Thread Dane Miller
On Fri, 2007-11-16 at 11:38 -0800, Dane Miller wrote: > I'm doing disk-based backups and having a problem getting bacula to > recycle my purged volumes. It looks like bacula moves the purged > volumes out of their configured pool. Then when bacula tries to > recycle > a vo

[Bacula-users] Wanted to create Volume, but it already exists

2007-11-16 Thread Dane Miller
sages = Standard Write Bootstrap = "/var/db/bacula/%c_%n.bsr" Priority = 10 } Pool { # daily differential backups Name = "clone-Diff" Pool Type = Backup Maximum Volume Jobs = 1; Volume Retention = 5 days Recycle Oldest Volume = yes Label Format = "clone-Diff-

Re: [Bacula-users] bacula-fd hangs on ClientRunAfterJob

2007-11-01 Thread Dane Miller
Eric Bollengier wrote: > IHMO, i think that the script doesn't close stderr, stdout and stdin > properly. Hey you're right! stderr is the culprit here. The following Client Run After Job script works around the problem: #!/bin/sh # AfterScript.sh /usr/local/etc/rc.d/mysql-server start 2> /dev/n

Re: [Bacula-users] bacula-fd hangs on ClientRunAfterJob

2007-10-30 Thread Dane Miller
Interesting... I've been testing this manually and have more info. When bacula-fd is hung, I can fix it by stopping mysql. As soon as I stop mysql, the bacula job completes successfully. Also, it doesn't matter if my fileset includes mysql's data directory or not. For example, if I set my fil

Re: [Bacula-users] bacula-fd hangs on ClientRunAfterJob

2007-10-30 Thread Dane Miller
Michael Lewinger wrote: > Is bacula running as root or "bacula" user ? "bacula" user cannot restart > mysql. Thanks Michael. bacula-fd is running as root. Also note that it *does* stop and start mysql, but hangs after-wards (see the job output from my o.p. below)

[Bacula-users] bacula-fd hangs on ClientRunAfterJob

2007-10-30 Thread Dane Miller
ientAfterJob: run command "/usr/local/etc/rc.d/mysql-server start" ritin-fd: ClientAfterJob: Starting mysql. 'status dir' output while job on 'ritin' is hung (truncated): Running Jobs: JobId Level Name Status ====

Re: [Bacula-users] concurrent jobs on FreeBSD

2007-10-02 Thread Dane Miller
Dane Miller wrote: > Is this what you're suggesting... > > > > bacula-dir.conf: > > >Director { Maximum Concurrent Jobs = 10; ... } > > ># include jobs from separate files > > >@/usr/local/etc/bacula/jobs/clientA.job > > >@/u

Re: [Bacula-users] howt to split the bacula-dir.conf

2007-10-02 Thread Dane Miller
same thing happens for the % character substitution [1] and the volume label variables [2]. Using variables to include external files would be a huge convenience. [1] http://bacula.org/rel-manual/Configuring_Director.html#character_substitution [2] http://bacula.org/rel-manual/Variable_Expan

Re: [Bacula-users] concurrent jobs on FreeBSD

2007-10-01 Thread Dane Miller
Client { Name = "clientX-fd"; Maximum Concurrent Jobs = 3; ... } > >Pool { Name = "clientX-Full"; Maximum Volume Jobs = 1; ... } > >Pool { Name = "clientX-Diff"; Maximum Volume Jobs = 1; ... } Sto

[Bacula-users] concurrent jobs on FreeBSD

2007-10-01 Thread Dane Miller
;; Maximum Volume Jobs = 1; ... } bacula-fd.conf (on each client): FileDaemon { Name = clientX-fd; Maximum Concurrent Jobs = 20; ... } -- Dane Miller Systems Administrator Great Schools, Inc http://greatschools.net -