]> git.sur5r.net Git - bacula/bacula/blob - bacula/examples/devices/DDS4.conf
07a5157268a81d89bc83f64e84f4b20b9428cccc
[bacula/bacula] / bacula / examples / devices / DDS4.conf
1 #
2 # A Linux or Solaris tape drive
3 #
4 Device {
5   Name = DDS-4                        # 
6   Media Type = DDS-4
7   Archive Device = @TAPEDRIVE@
8   AutomaticMount = yes;               # when device opened, read it
9   AlwaysOpen = yes;
10   RemovableMedia = yes;
11   RandomAccess = no;
12 # Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
13 # Changer Device = /dev/sg0
14 # AutoChanger = yes
15   # Enable the Alert command only if you have the mtx package loaded
16 # Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
17 # If you have smartctl, enable this, it has more info than tapeinfo 
18 # Alert Command = "sh -c 'smartctl -H -l error %c'"  
19 }