Zitat von Константин Поветкин <povet...@kuz.com.ua>:

> Please give me an example, if it`s possible, how to make bacula to  
> run several jobs at a time.
> How is it possible to check if jobs are executing concurrent?
>
> Current config of my bacula-dir instance:
>
> Director {                            # define myself
>   Name = www-dir
>   DirAddress = backup.tradehouse.local
>   DIRport = 9101                # where we listen for UA connections
>   QueryFile = "/usr/libexec/bacula/query.sql"
>   WorkingDirectory = "/var/lib/bacula"
>   PidDirectory = "/var/run"
>   Maximum Concurrent Jobs = 20
>   Password = "password"         # Console password
>   Messages = Daemon
> }
>
> Current config of my bacula-sd instance:
>
> Storage {                             # definition of myself
>   Name = www-sd
>   SDPort = 9103                  # Director's port
>   WorkingDirectory = "/var/lib/bacula"
>   Pid Directory = "/var/run"
>   Maximum Concurrent Jobs = 20
>   Heartbeat Interval = 120
>   Client Connect Wait = 14400
> }
>


You need to take sure that the jobs have the same Priority. To check  
use Bat or the bconsole.

Regards

Andreas



------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to