Hello,

I'm trying to run concurrent jobs on different storage resources. For 
example, there is no problem in doing a tape backup at the same time as 
a disk backup and a DVD backup, but I don't really want two concurrent 
backups to tape. So my configuration looks like this:
Director {
  Maximum Concurrent Jobs = 3
[...]
Client {
  Maximum Concurrent Jobs = 3
[...]
Storage {
  Name = File
  Maximum Concurrent Jobs = 1
[...]
Storage {
  Name = Tape
  Maximum Concurrent Jobs = 1
[...]
Storage {
  Name = DVD
  Maximum Concurrent Jobs = 1
# At bacula-sd.conf
FileDaemon {
  Maximum Concurrent Jobs = 3

The fact is that it throttles one job at a time. Reading the 
documentation, says this:

"To run concurrent jobs, you must set Maximum Concurrent Jobs = 2 in 
five or six distinct places: in bacula-dir.conf in the Director, the 
Job, the Client, the Storage resources; in bacula-fd in the FileDaemon 
(or Client) resource, and in bacula-sd.conf in the Storage resource. If 
any one is missing, it will throttle the jobs to one at a time. You may, 
of course, set the Maximum Concurrent Jobs to more than 2."

Is it possible to configure the situation described above? Any hint on 
what may I be doing wrong?

Thanks in advance, and keep the good work!

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to