|
From: Uwe S. <uwe...@ni...> - 2012-06-08 11:55:04
|
On Fri, Jun 08, 2012 at 01:43:52PM +0200, Julien Cochennec wrote:
> >
> Hello Uwe,
> I have this element nowhere, where should I put it?
> My director has only include links, see below.
> I saw many posts about this parameter but it appears sometimes in
> device, sometimes in storage, sometimes in client...
> I thought I didn't need it as I want to make only on 1 job / 1 client /
> 1 device / 1 storage
>
First of all, you need to allow the director bacula-dir to run more
than one job at a time, so this might be a good starting place (see
change below and make sure to reload / restart bacula):
>
>
> #Configuration du director
> Director { # define myself
> Name = rddm503serveur-dir
> DIRport = 9101 # where we listen for UA connections
> QueryFile = "/etc/bacula/scripts/query.sql"
> WorkingDirectory = "/var/lib/bacula"
> PidDirectory = "/var/run/bacula"
Maximum Concurrent Jobs = 20
> Password = "***" # Console password
> Messages = Daemon
> }
Cheers, Uwe
|