hello,

we are using a 2-drive autochanger.
both drives are configured almost identical
(except name,device) config see below.

we are running daily copy disk to tape jobs into
different copy pools.

problem:

bacula automatically chooses only Drive-1
and load/unloads tapes every day.

only if i mount appendable volumes into
both drives the are used for the rest of
the week.

how can i configure bacula to use empty
autoloader drives if available ???

regards
ulrich

ps: we are running bacula 5.0.2

bacula-sd.conf:

Autochanger {
  Name = OVERLAND
  Device = Drive-1, Drive-2
  Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/changer
}

Device {
  Name = Drive-1
  Drive Index = 0
  Media Type = LTO-4
  Archive Device = /dev/nst0
  AutomaticMount = yes
  AlwaysOpen = yes
  RemovableMedia = yes
  RandomAccess = no
  Autochanger = yes
  ...
}


Device {
  Name = Drive-2
  Drive Index = 1
  Media Type = LTO-4
  Archive Device = /dev/nst1
  AutomaticMount = yes
  AlwaysOpen = yes
  RemovableMedia = yes
  RandomAccess = no
  Autochanger = yes
  ...
}


-- 
Ulrich Leodolter <ulrich.leodol...@obvsg.at>
OBVSG


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to