]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/devices/HP-DLT80.conf
Final changes
[bacula/bacula] / bacula / examples / devices / HP-DLT80.conf
1 #
2 # This works for the HP DLT8000 drive (it is
3 #   actually manufactured by Quantum).
4 # Nothing special
5 #
6 Device {
7   Name = "HP DLT 80"
8   Media Type = DLT8000
9   Archive Device = /dev/nst0
10   AutomaticMount = yes;               # when device opened, read it
11   AlwaysOpen = yes;
12 }