Hi all.

I have an autochanger:

Autochanger {
  Name = STK-L40
  Device = Drive-0,Drive-1
  Changer Command = "/bacula/etc/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg2
}


with two drives:  



Device {
  Name = Drive-0
  Drive Index = 0
  Media Type = Ultrium2
  Archive Device = /dev/nst0
  AutomaticMount = yes;
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
}

Device {
  Name = Drive-1
  Drive Index = 1
  Media Type = Ultrium2
  Archive Device = /dev/nst1
  AutomaticMount = yes;
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
}


runnin in a single host,

Is it possible to configure bacula to use both of these autochangers 
with 2 concurrent backup jobs?

Tanks a lot.



-- 
+-----------------------------^------------------------+
| email: [EMAIL PROTECTED]    ^ Pedro Sepúlveda        |
| http://www.uco.es/~cc0semop ^ Cordoba (SPAIN)        |
+-----------------------------^------------------------+




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to