]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/devices/FreeBSD.conf
Add more example SD Device configurations
[bacula/bacula] / bacula / examples / devices / FreeBSD.conf
1 Device {
2   Name = DDS-4 
3   Description = "DDS-4 for FreeBSD"
4   Media Type = DDS-4
5   Archive Device = /dev/nsa1
6   AutomaticMount = yes;               # when device opened, read it
7   AlwaysOpen = yes
8   Offline On Unmount = no
9   Hardware End of Medium = no
10   BSF at EOM = yes
11   Backward Space Record = no
12   Fast Forward Space File = no
13   TWO EOF = yes
14   If you have smartctl, enable this, it has more info than tapeinfo 
15   Alert Command = "sh -c 'smartctl -H -l error %c'"  
16 }