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