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
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
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
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-
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
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
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)
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
====
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
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
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
;; 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
-
12 matches
Mail list logo