I don't think this made it to the list..
While backing up, bacula will not change the tape - I can do an unmount and 
mout to get the tape change.
BTape works and Baculas will not run the autochanger...
Here is my bacula-sd.conf setup.

Device {
  Name = LTO-2                        #
  Media Type = LTO2
  Archive Device = /dev/nst0
#  Drive Index = 0                       # Ted added this
  AutomaticMount = yes;               # when device opened, read it
  LabelMedia = yes;
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
# Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
# Changer Device = /dev/sg3
 AutoChanger = yes
 Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}

Autochanger {
  Name =  PV-124T
  Device = LTO-2
  Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg3
}

Thanks for any help

-------------------------------------------------------------------------
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