X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Fbacula-sd.conf.in;h=4c0ad8b5980b5f00ba1487ccf2e4d3dac50d38e0;hb=bc9b9b481e86991abd879d30aa03b64b4c68d578;hp=6b4cec289a37e199ce1e688dcbaa4da883a2f909;hpb=a771fdaa9ea9ac30acd35eba3b90fd48baea692c;p=bacula%2Fbacula diff --git a/bacula/src/stored/bacula-sd.conf.in b/bacula/src/stored/bacula-sd.conf.in index 6b4cec289a..4c0ad8b598 100644 --- a/bacula/src/stored/bacula-sd.conf.in +++ b/bacula/src/stored/bacula-sd.conf.in @@ -45,7 +45,7 @@ Director { Device { Name = FileStorage Media Type = File - Archive Device = /tmp + Archive Device = @archivedir@ LabelMedia = yes; # lets Bacula label unlabeled media Random Access = Yes; AutomaticMount = yes; # when device opened, read it @@ -60,7 +60,7 @@ Device { # Name = Autochanger # Device = Drive-1 # Device = Drive-2 -# Changer Command = "/home/kern/bacula/bin/mtx-changer %c %o %S %a %d" +# Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d" # Changer Device = /dev/sg0 #} @@ -74,7 +74,16 @@ Device { # RemovableMedia = yes; # RandomAccess = no; # AutoChanger = yes +# # +# # Enable the Alert command only if you have the mtx package loaded +# # Note, apparently on some systems, tapeinfo resets the SCSI controller +# # thus if you turn this on, make sure it does not reset your SCSI +# # controller. I have never had any problems, and smartctl does +# # not seem to cause such problems. +# # # Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'" +# If you have smartctl, enable this, it has more info than tapeinfo +# Alert Command = "sh -c 'smartctl -H -l error %c'" #} #Device { @@ -87,7 +96,10 @@ Device { # RemovableMedia = yes; # RandomAccess = no; # AutoChanger = yes +# # Enable the Alert command only if you have the mtx package loaded # Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'" +# If you have smartctl, enable this, it has more info than tapeinfo +# Alert Command = "sh -c 'smartctl -H -l error %c'" #} # @@ -104,7 +116,10 @@ Device { ## Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d" ## Changer Device = /dev/sg0 ## AutoChanger = yes +# # Enable the Alert command only if you have the mtx package loaded ## Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'" +## If you have smartctl, enable this, it has more info than tapeinfo +## Alert Command = "sh -c 'smartctl -H -l error %c'" #} # @@ -123,6 +138,8 @@ Device { # Backward Space Record = no # Fast Forward Space File = no # TWO EOF = yes +# If you have smartctl, enable this, it has more info than tapeinfo +# Alert Command = "sh -c 'smartctl -H -l error %c'" #} # @@ -141,14 +158,17 @@ Device { ## The min/max blocksizes of 32768 are *required* # Minimum Block Size = 32768 # Maximum Block Size = 32768 +# If you have smartctl, enable this, it has more info than tapeinfo +# Alert Command = "sh -c 'smartctl -H -l error %c'" #} # # A DVD device # #Device { -# Name = "DVD-WRITER" +# Name = "DVD Writer" # Media Type = DVD +# Device Type = DVD # Archive Device = /dev/hdc # LabelMedia = yes; # lets Bacula label unlabeled media # Random Access = Yes; @@ -161,8 +181,8 @@ Device { # MountCommand = "/bin/mount -t iso9660 -o ro %a %m"; # UnmountCommand = "/bin/umount %m"; # SpoolDirectory = /tmp/backup; -# WritePartCommand = "/etc/bacula/dvd-writepart %e %a %v" -# FreeSpaceCommand = "/etc/bacula/dvd-freespace %a %e" +# WritePartCommand = "@scriptdir@/dvd-handler %a write %e %v" +# FreeSpaceCommand = "@scriptdir@/dvd-handler %a free" #} # @@ -179,6 +199,8 @@ Device { # AlwaysOpen = yes; # RemovableMedia = yes; # RandomAccess = no; +# If you have smartctl, enable this, it has more info than tapeinfo +# Alert Command = "sh -c 'smartctl -H -l error %c'" #} # @@ -193,6 +215,8 @@ Device { # AlwaysOpen = Yes; # RemovableMedia = yes; # RandomAccess = no; +# If you have smartctl, enable this, it has more info than tapeinfo +# Alert Command = "sh -c 'smartctl -H -l error %c'" #} #