]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/devices/HP-autoloader.conf
5fa785dea79f494756d9bfbaaaa06c09e7856dc5
[bacula/bacula] / bacula / examples / devices / HP-autoloader.conf
1 #
2 # This is the definition Kern uses for a
3 #   HP Surestore DAT autoloader (dat 40x6e) 
4 #
5 Device {
6   Name = "DAT-40x6e"
7   Media Type = DDS-4
8   Archive Device = /dev/nst0
9   Changer Device = /dev/sg0
10   Changer Command = "/home/kern/bacula/bin/mtx-changer %c %o %S"
11   AutoChanger = yes
12   AutomaticMount = yes;               # when device opened, read it
13   AlwaysOpen = yes;
14 }