On Mon, Dec 3, 2012 at 9:19 AM, Jonathan Horne <jho...@skopos.us> wrote:
> A previous test build, i had concurrent jobs working, that my systems would
> backup 4 at a time.  Now that I've taken it down and rebuilt it, I've
> obviously missed something because even tho i have:
>
> Director {                            # define myself
>   Name = bacula-dir
>   DIRport = 9101                # where we listen for UA connections
>   QueryFile = "/var/libexec/bacula/query.sql"
>   WorkingDirectory = "/var/spool/bacula"
>   PidDirectory = "/var/run"
>   Maximum Concurrent Jobs = 4
>   Password = "tehwin"         # Console password
>   Messages = Daemon
> }
>
> … Im not getting 4 concurrent.  Going crazy while i go over what i left out
> here, i don't remember listing this anywhere else (that doesn't mean i
> didn't).  Could someone please nudge me in the right direction, web link
> with reliable examples welcome.  Or just turn the light one for me :)
>

Remember that there are more places to enable concurrency (5 or so)
than that depending on what you want to run concurrent. The client and
storage resources of bacula-dir.conf also will need "Maximum
Concurrent Jobs" if you want to run concurrent jobs on a client or a
storage daemon.

John

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to