Marcos,
> Thanks for answer.
>
> In my FD, SD and DIR has "Maximum Concurrent Jobs = 20 ". I have to put it in 
> Server1 FD and Server2 FD ? 
    You must set this directive in the FDs where you will have 
simultaneous connections at the same time. The default value is 2 
connections.

    
http://www.bacula.org/rel-manual/Client_Fi_daemon_Configura.html#ClientResource
> My backup on disk are in /backup all clients. Do you think that I have to do 
> a /backup/server1 and /backup/server2 ?
    No. You can define 2 devices/storages pointing to the same disk. 
Below an exemple:

====== SD ======
Device{
  Name = device_Server1
  Archive Device = "/backup"
  (...)
}

Storage{
  Name = storage_Server1
  Device = device_Server1
  (...)
}

Device{
  Name = device_Server2
  Archive Device = "/backup"
  (...)
}

Storage{
  Name = storage_Server2
  Device = device_Server2
  (...)
}

====== DIR =======

Job {
  Name = job_Server1
  Client = Server1
  Storage = storage_Server1
  (...)
}

Job {
  Name = job_Server2
  Client = Server2
  Storage = storage_Server2
  (...)
}


[]s

Junior Cunha
>
> Thanks
>
>> -----Mensagem original-----
>> De: Junior Cunha [mailto:[EMAIL PROTECTED]
>> Enviada em: terça-feira, 7 de agosto de 2007 09:51
>> Para: Marcos de Jesus Faria
>> Cc: bacula-users@lists.sourceforge.net
>> Assunto: Re: [Bacula-users] Jobs Simultaneous
>>
>> Bacula Server SD has a job for 2 more servers (server1 and server2) on
>> the same hour. In this case my SD wait for server1 end
>>> service to start server2 start.
>>>
>>> How can I do it work together on the same time ?
>>>
>>> Thanks a lot.
>> Marcos, are you using the same "device" for these jobs? If you create a
>> device for each job you can perform simultaneous tasks in the same disk.
>> Of course, don't forget to check "Maximum Concurrent Jobs" directive in
>> DIR, FD and SD.
>>
>> []s
>>
>> Junior Cunha

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