> Is it possible to configure bacula to use both of these autochangers
> with 2 concurrent backup jobs?
>
Yes it is. Have you set Maximum Concurrent Jobs in the director, the
filedaemon and the storage daemon? Also are you using tapes from more
than one pool?

bacula-dir
======
Director {
       ...
       Maximum Concurrent Jobs = 10
}

======
bacula-sd
======
Storage {
       ...
       Maximum Concurrent Jobs = 20
}


======
bacula-fd
======
FileDaemon {
       ...
       Maximum Concurrent Jobs = 20
}

John

-------------------------------------------------------------------------
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