From: Kern Sibbald Date: Mon, 29 Dec 2003 23:03:20 +0000 (+0000) Subject: First cut at putting PostgreSQL into manual X-Git-Tag: Release-1.34.0~191 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=467ef815bcece082bcfb10ad8f71be6c3697de82;p=bacula%2Fbacula First cut at putting PostgreSQL into manual git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@973 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/bacula-sd.conf.in b/bacula/src/stored/bacula-sd.conf.in index 3afd8ce65a..3cb2fcf513 100644 --- a/bacula/src/stored/bacula-sd.conf.in +++ b/bacula/src/stored/bacula-sd.conf.in @@ -42,6 +42,9 @@ Device { AlwaysOpen = no; } +# +# A Linux or Solaris tape drive +# #Device { # Name = DDS-4 # # Media Type = DDS-4 @@ -52,6 +55,46 @@ Device { # RandomAccess = no; #} +# +# A FreeBSD tape drive +# +#Device { +# Name = DDS-4 +# Description = "DDS-4 for FreeBSD" +# Media Type = DDS-4 +# Archive Device = /dev/nsa1 +# AutomaticMount = yes; # when device opened, read it +# AlwaysOpen = yes +# Offline On Unmount = no +# Hardware End of Medium = no +# BSF at EOM = yes +# Backward Space Record = no +# Fast Forward Space File = no +# TWO EOF = yes +#} + +# +# A OnStream tape drive. +# You need the kernel osst driver 0.9.14 or later, and +# do "mt -f /dev/nosst0 defblksize 32768" once as root. +# +#Device { +# Name = OnStream +# Description = "OnStream drive on Linux" +# Media Type = OnStream +# Archive Device = @TAPEDRIVE@ +# AutomaticMount = yes; # when device opened, read it +# AlwaysOpen = yes +# Offline On Unmount = no +## The min/max blocksizes of 32768 are *required* +# Minimum Block Size = 32768                              +#  Maximum Block Size = 32768 +#} + + + + + # # A very old Exabyte with no end of media detection #