Thanks for replying John. Well, because of your advice i have changed Storage part of bacula-dir to 2 maximum Jobs, thanks for that. I have also realized that having differents priorities on jobs avoid them to run concurrently, so i have put the same priority to all the jobs in this case 1 for all and not 1,2,3,4,5,6 and 7.
I am not using spoolfile because of lack of disk space, i will see performance this night without this file, cross my fingers. Thanks, *Ing. Andrés Fernando Yacopino* Infraestructura - Dpto Sistemas AcaSalud (www.acasalud.com.ar) <www.acasalud.com.ar> Coop. de Prestaciones Médico Asistenciales Ltda. *0341-4208755* ayacop...@acasalud.com.ar <mailto:ayacop...@acasalud.com.ar> El 26/05/11 10:04, John Drescher escribió: >> I am backing up 7 servers in daily basis, one of the servers take 5 >> hours to backup (the other 6 take 2 hours), so i want to backup the >> large server at the same time i am backuping the others servers. >> I have one LTO4 drive, and the backups are running secuencially, one >> after another from differents servers to the same tape. >> I need to know: >> >> - ¿Is is possible to backup concurrently to the same tape?, i will be >> satisfied if two jobs are running at the same time. >> >> > Yes, I do that all the time. I believe I run 5 to 10 concurrent > clients to the same tape. > > >> I have set up this configuration but the jobs remains to run >> secuencially (server files): >> >> bacula-dir.conf: >> >> Director { >> Name = acaiasnew.acasalud.com.ar-dir >> DIRport = 9101 >> QueryFile = "/usr/local/bacula/etc/query.sql" >> WorkingDirectory = "/usr/local/bacula/var/bacula/working" >> PidDirectory = "/var/run" >> Maximum Concurrent Jobs = 2 >> Password = xxxxx >> Messages = Daemon >> } >> >> JobDefs { >> Name = "JobTapeDiario" >> Type = Backup >> Level = Full >> Storage = LIBRERIA >> Messages = Standard >> Pool = POOL_DIARIO >> Schedule = "MadrugadaDiario" >> Write Bootstrap = "/usr/local/bacula/var/bacula/working/%c_%n.bsr" >> } >> >> Job { >> Name = "BackupAcamailDiario" >> Client = acamail.acasalud.com.ar-fd >> JobDefs = "JobTapeDiario" >> FileSet = "Acamail Set" >> Enabled = True >> Priority = 1 >> #Spool Data = yes >> } >> >> Job { >> Name = "BackupAcadbDiario" >> Client = acadb.acasalud.com.ar-fd >> JobDefs = "JobTapeDiario" >> FileSet = "Acadb Set" >> Enabled = True >> Priority = 2 >> } >> >> Job { >> Name = "BackupAcaiasnewDiario" >> Client = acaiasnew.acasalud.com.ar-fd >> JobDefs = "JobTapeDiario" >> FileSet = "Acaiasnew Set" >> Enabled = True >> Priority = 3 >> } >> > > What about your storage part of bacula-dir.conf. You need to set > "Maximum Concurrent Jobs" for the storage resource. Also I would > enable spooling with a 10GB or similar spool file. > > >> ..... >> >> bacula-sd.conf: >> >> Storage { # definition of myself >> Name = acaiasnew.acasalud.com.ar-sd >> SDPort = 9103 # Director's port >> WorkingDirectory = "/usr/local/bacula/var/bacula/working" >> Pid Directory = "/var/run" >> Maximum Concurrent Jobs = 2 >> } >> >> >> bacula-fd.conf >> >> FileDaemon { # this is me >> Name = acaiasnew.acasalud.com.ar-fd >> FDport = 9102 # where we listen for the director >> WorkingDirectory = /usr/local/bacula/var/bacula/working >> Pid Directory = /var/run >> Maximum Concurrent Jobs = 2 >> Maximum Network Buffer Size = 65536 >> } >> >> What else do i need if it possibly? >> Thanks a lot, >> >> -- >> >> *Andrés Fernando Yacopino* >> >> ------------------------------------------------------------------------------ >> vRanger cuts backup time in half-while increasing security. >> With the market-leading solution for virtual backup and recovery, >> you get blazing-fast, flexible, and affordable data protection. >> Download your free trial now. >> http://p.sf.net/sfu/quest-d2dcopy1 >> _______________________________________________ >> Bacula-users mailing list >> Bacula-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/bacula-users >> >> > > > > ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users