]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/devices/EXB-8200.conf
Tweak TRU64 xattr code.
[bacula/bacula] / bacula / examples / devices / EXB-8200.conf
1 #
2 # Device definition for a VERY OLD Exabyte
3 # 8mm drive.  It does not have a Hardware
4 #  end of medium function.
5 #
6 Device {
7   Name = "Exabyte 8mm"
8   Media Type = "8mm"
9   Archive Device = /dev/nst1
10   Hardware end of medium = No;
11   AutomaticMount = yes;               # when device opened, read it
12   AlwaysOpen = Yes;
13 }