autochanger-0.conf.example 622 B

1234567891011121314151617181920212223
  1. #
  2. # Preparations:
  3. #
  4. # on Linux use "lsscsi --generic"
  5. # to get a list of your SCSI devices.
  6. # However, normaly you should access your devices by-id
  7. # (eg. /dev/tape/by-id/scsi-SSTK_L700_XYZZY_A) or by-path,
  8. # because the short device names like /dev/sg7
  9. # might change on reboot.
  10. #
  11. Autochanger {
  12. Name = "autochanger-0"
  13. # adapt this, to match your storage loader
  14. Changer Device = /dev/tape/by-id/scsi-1TANDBERGStorageLoader_AA45JC001732
  15. # an Autochanger can contain multiple drive devices
  16. Device = tapedrive-0
  17. #Device = tapedrive-1
  18. Changer Command = "/usr/lib/bareos/scripts/mtx-changer %c %o %S %a %d"
  19. }