I'm looking at the documentation and it suggests that I need to put the
'Changer Command' in both the Storage definition and in the Autochanger
Resource. That seems redundant. I am gathering that I only need that
command in the Autochanger Resource.

But what is bothering me more is my bacula-dir.conf is configured to use
'LTO-3' as Storage.

and a partial of my bacula-sd.conf (below) has

Device {
  Name = LTO-3                        #
  Media Type = LTO-3
  Archive Device = /dev/nst0
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
}
Autochanger {
  Name = "Autochanger"
  Device = Drive-1, Drive-2...
  Changer Device = /dev/sg4
  Changer Command = "/usr/lib/bacula/mtx-changer %c %o %S %a %d"
}

Device {
  Name = Drive-1
  Drive Index = 0
  Media Type = LTO-3
  Archive Device = /dev/nst0    # Normal archive device
  Autochanger = yes
  LabelMedia = no;
  AutomaticMount = yes;
  AlwaysOpen = yes;
}

does this seem right?

Craig


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to