Storage {                             # definition of myself
  Name = ip-10-0-41-192-sd
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/opt/bacula/working"
  Pid Directory = "/opt/bacula/working"
  Plugin Directory = "/opt/bacula/plugins"
  Maximum Concurrent Jobs = 20
}

#
# List Directors who are permitted to contact Storage daemon
#
Director {
  Name = ip-10-0-41-192-dir
  Password = "MASKED-PASSWORD-FOR-DIRECTOR-CONNECT"
}

#
# Define a Virtual autochanger
#
Autochanger {
  Name = VTLchgr
  Device = VTLDrive1,VTLDrive2,VTLDrive3,VTLDrive4,VTLDrive5
  ChangerCommand = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
  ChangerDevice = /dev/sg0
}

Device {
  Name = VTLDrive1
  Drive Index = 0
  Device Type = Tape
  Media Type = UTL3580-TD5
  Archive Device = "/dev/tape/by-path/ip-10.0.26.227:3260-iscsi-iqn.1997-05.com.amazon:sgw-de3bd3b7-tapedrive-01-lun-0-nst"
  RemovableMedia = yes
  RandomAccess = no
  AutoChanger = yes
}

...

Device {
  Name = VTLDrive5
  Drive Index = 4
  Media Type = UTL3580-TD5
  Device Type = Tape
  Archive Device = "/dev/tape/by-path/ip-10.0.26.227:3260-iscsi-iqn.1997-05.com.amazon:sgw-de3bd3b7-tapedrive-05-lun-0-nst"
  RemovableMedia = yes
  RandomAccess = no
  AutoChanger = yes
}

Messages {
  Name = Standard
  director = ip-10-0-41-192-dir = all
}