Re: [Bacula-users] concurrent jobs don't spool at the same time

2007-01-09 Thread bacula user
This is a follow up for the archives. My problem was that the Storage declaration in bacula-dir.conf was missing a the required "Maximum Concurrent Jobs = 20" setting. This is adequately explained in the manual at the following location. http://www.bacula.org/rel-manual/Tips_Suggestions.html#SEC

Re: [Bacula-users] concurrent jobs don't spool at the same time

2006-12-08 Thread Kern Sibbald
On Friday 08 December 2006 01:07, [EMAIL PROTECTED] wrote: > On Thu, 7 Dec 2006, Ryan Novosielski wrote: > > > Read the manual regarding this. You're missing a "Maximum Concurrent > > Jobs" statement, though I couldn't swear whether it goes under Storage > > or under Device. That should get you st

Re: [Bacula-users] concurrent jobs don't spool at the same time

2006-12-08 Thread bacula
On Thu, 7 Dec 2006, Ryan Novosielski wrote: > Read the manual regarding this. You're missing a "Maximum Concurrent > Jobs" statement, though I couldn't swear whether it goes under Storage > or under Device. That should get you started, however. Thank you for your help. Although it seemed out of

Re: [Bacula-users] concurrent jobs don't spool at the same time

2006-12-07 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Read the manual regarding this. You're missing a "Maximum Concurrent Jobs" statement, though I couldn't swear whether it goes under Storage or under Device. That should get you started, however. BTW, you should really upgrade that FD -- Bacula is not d

[Bacula-users] concurrent jobs don't spool at the same time

2006-12-05 Thread bacula
Hi all, I am having trouble with concurrent jobs not spooling in parallel -- they spool and despool, one at a time, in sequential order. I only get one job running at a time. I want daily backups that write one volume to disk, per job, with concurrent jobs that spool in parallel. Can someone pl