X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Fbacula-sd.conf.in;h=434c431992c46e67c1fc9011cd806933d9b87569;hb=6fc016ea3c4f5698462494319733199e2de9a9af;hp=43482b447ed22510b9f69040e2bc74f512997a6f;hpb=96acf5ecbae240ead8b712852f3609e82dd1bd36;p=bacula%2Fbacula diff --git a/bacula/src/stored/bacula-sd.conf.in b/bacula/src/stored/bacula-sd.conf.in index 43482b447e..434c431992 100644 --- a/bacula/src/stored/bacula-sd.conf.in +++ b/bacula/src/stored/bacula-sd.conf.in @@ -15,7 +15,7 @@ Storage { # definition of myself SDPort = @sd_port@ # Director's port WorkingDirectory = "@working_dir@" Pid Directory = "@piddir@" - Maximum Concurrent Jobs = 1 + Maximum Concurrent Jobs = 20 } # @@ -67,7 +67,7 @@ Device { ## Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d" ## Changer Device = /dev/sg0 ## AutoChanger = yes -## Alert Command = "sh -c 'tapeinfo -f %c | grep TapeAlert'" +## Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'" #} # @@ -106,9 +106,43 @@ Device { # Maximum Block Size = 32768 #} +# +# A DVD device +# +#Device { +# Name = "NEC ND-1300A" +# Media Type = DVD +# Archive Device = /dev/hdc +# LabelMedia = yes; # lets Bacula label unlabeled media +# Random Access = Yes; +# AutomaticMount = yes; # when device opened, read it +# RemovableMedia = yes; +# AlwaysOpen = no; +# MaximumPartSize = 800M; +# RequiresMount = yes; +# MountPoint = /mnt/cdrom; +# MountCommand = "/bin/mount -t iso9660 -o ro %a %m"; +# UnmountCommand = "/bin/umount %m"; +# SpoolDirectory = /tmp/backup; +# WritePartCommand = "/etc/bacula/dvd-writepart %n %a %v" +# FreeSpaceCommand = "/etc/bacula/dvd-freespace %a %n" +#} - - +# +# For OpenBSD OS >= 3.6 +# +#Device { +# Name = DDS-3 +# Media Type = DDS-3 +# Archive Device = /dev/nrst0 +# Use MTIOCGET= no +# BSF at EOM = yes +# TWO EOF = no +# AutomaticMount = yes; +# AlwaysOpen = yes; +# RemovableMedia = yes; +# RandomAccess = no; +#} # # A very old Exabyte with no end of media detection