I´m running bacula 5.2.5-0ubuntu6.1 (64bits)

I have 2 tape libraries and everything is working fine but what I need is:
if a job starts and uses the first tape, the second one automatically uses
the second tape. Is that possible to do that?

For exemple, I have 2 servers (SeverA and ServerB)

Here´s ServerA job file:

Job {
  Name = "job-ServerA"
  Type = Backup
  Client = ServerA-fd
  FileSet = "fileset-ServerA"
  Schedule = "diary"
  Storage = TapeDrive0
  SpoolData = Yes
  Messages = Standard
  Pool = "pool-dia1"
  Priority = 10
  Write Bootstrap = "/var/lib/bacula/ServerA-fd.bsr"
}

Here´s Serverb job file:

Job {
  Name = "job-ServerB"
  Type = Backup
  Client = ServerA-fd
  FileSet = "fileset-ServerB"
  Schedule = "diary"
  Storage = TapeDrive1
  SpoolData = Yes
  Messages = Standard
  Pool = "pool-dia1"
  Priority = 10
  Write Bootstrap = "/var/lib/bacula/ServerB-fd.bsr"
}


So, with this conf, they run together. If I change the conf to the same
storage, the second one just start if the first has been finished.

I Also tried to put the both storages in the job file:

Storage = TapeDrive0,TapeDrive1



Regards,
Alberto Viana
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to