]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/devices/Exabyte.conf
update technotes
[bacula/bacula] / bacula / examples / devices / Exabyte.conf
1 #
2 # A very old Exabyte with no end of media detection
3 #
4 Device {
5   Name = "Exabyte 8mm"
6   Media Type = "8mm"
7   Archive Device = @TAPEDRIVE@
8   Hardware end of medium = No;
9   AutomaticMount = yes;               # when device opened, read it
10   AlwaysOpen = Yes;
11   RemovableMedia = yes;
12   RandomAccess = no;
13   If you have smartctl, enable this, it has more info than tapeinfo 
14   Alert Command = "sh -c 'smartctl -H -l error %c'"  
15 }