]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/devices/OnStream.conf
update technotes
[bacula/bacula] / bacula / examples / devices / OnStream.conf
1 #
2 # A OnStream tape drive. 
3 # You need the kernel osst driver 0.9.14 or later, and
4 #   do "mt -f /dev/nosst0 defblksize 32768" once as root.
5 #
6 Device {
7   Name = OnStream
8   Description = "OnStream drive on Linux"
9   Media Type = OnStream
10   Archive Device = @TAPEDRIVE@
11   AutomaticMount = yes;               # when device opened, read it
12   AlwaysOpen = yes
13   Offline On Unmount = no
14 # The min/max blocksizes of 32768 are *required*
15   Minimum Block Size = 32768
16   Maximum Block Size = 32768
17   If you have smartctl, enable this, it has more info than tapeinfo 
18   Alert Command = "sh -c 'smartctl -H -l error %c'"  
19 }