The storage demaon and the director is on seperate servers.

The configration is given below. I did went through the docs.

bacula-dir.conf

Storage {
 Name = SDLT6K-1
 Address = abc.com
 SDPort = 9103
 Password = "xxx"
 Device = SDLT6K-1
 Media Type = SDLT600
 Maximum Concurrent Jobs = 10
 Autochanger = yes
}

Director {
 Name = dir
 DIRport = 9101
 QueryFile = "/usr/local/bacula/etc/query.sql"
 WorkingDirectory = "/usr/local/bacula/var/bacula/working"
 PidDirectory = "/var/run"
 Maximum Concurrent Jobs = 10
 Password = "xxx"
 Messages = Standard

Client {
 Name = name
 Address = abc
 Catalog = bacula-catalog
 password = "xxxx"
 Maximum Concurrent Jobs = 10
}

Job {
 Name = name
 Client = abc-fd
 JobDefs = linux-standard
 Schedule = FullMonday
 Maximum Concurrent Jobs = 10
}

bacula-sd.conf

Storage {
 Name = storage
 SDPort = 9103
 WorkingDirectory = "/usr/local/bacula/var/bacula/working"
 Pid Directory = "/var/run"
 Maximum Concurrent Jobs = 10
}

One question do I also have to specify in the Device {} also? Also do I have to specify in Job {} and Client {}? as I have conf. for 150 clients. What I was looking for is at a given time bacula can do concurrent backups of different clients say 50 clients at one time to the spool directory and then to tape. If I run the backups manually via bconsole then it works fine but now then it runs at night automatically.

Arunav Mandal.

----- Original Message ----- From: "Thomas Simmons" <[EMAIL PROTECTED]>
To: "Arunav Mandal" <[EMAIL PROTECTED]>
Cc: <bacula-users@lists.sourceforge.net>
Sent: Wednesday, September 07, 2005 5:18 PM
Subject: Re: [Bacula-users] Concurrent backups


Arunav Mandal wrote:
We have 150 clients to backup everynight and I am using 1TB as spool. All setup is on linux. I can see now only one client is doing backups at any given time. How can I do multiple backups at same time.

Do you have "Maximum Concurrent Jobs" set?. In bacula-dir.conf this needs to be set in the Director{} and Storage{} resources, as well as the Storage{} resource in bacula-sd.conf.

Thanks,
Thomas




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to