John Drescher wrote:
> On 10/27/07, Tom Meiner <[EMAIL PROTECTED]> wrote:
>   
>> Hi
>>
>> I have a bacula server with an autochanger with 7 tapes and 1 drive. Now
>> 4 clients are using that library. I have enabled spooling for the
>> library and for each client and it works well.
>>
>>
>>
>> Autochanger {
>>   Name = Libra8
>>   Device = Tape
>> #  Device = Drive-2
>>   Changer Command = "/home/kern/bacula/bin/mtx-changer %c %o %S %a %d"
>>   Changer Device = /dev/sg1
>> }
>>
>>
>> Device {
>>   Name = Tape                #
>>   Media Type = DDS-3
>>   Archive Device = /dev/nst0
>>   AutomaticMount = yes;               # when device opened, read it
>>   LabelMedia = yes;                   # lets Bacula label unlabeled media
>>   AlwaysOpen = yes;
>>   RemovableMedia = yes;
>>   RandomAccess = no;
>>   Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"
>>   Changer Device = /dev/sg1
>>   AutoChanger = yes;
>>   # Enable the Alert command only if you have the mtx package loaded
>>   Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
>> ## If you have smartctl, enable this, it has more info than tapeinfo
>> ## Alert Command = "sh -c 'smartctl -H -l error %c'"
>>   MaximumJobSpoolSize = 1073741824  # 1GB
>>   Spool Directory = /tmp/bacula/spool
>>   Maximum Spool Size = 1G
>>   Maximum Job Spool Size = 1G
>> }
>>
>>
>> I have configured the same start time for making the backup for all
>> clients but they are making their backup one after another and not in
>> parallel.
>>
>> Is there another setting to change?
>>
>>
>>     
>
> Maximum concurrent Jobs must be defined in several places.
>
> John
>   

Thanks a lot


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to