2 # Default Bacula Storage Daemon Configuration file
4 # For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ @DISTVER@
6 # You may need to change the name of your tape drive
7 # on the "Archive Device" directive in the Device
8 # resource. If you change the Name and/or the
9 # "Media Type" in the Device resource, please ensure
10 # that dird.conf has corresponding changes.
13 Storage { # definition of myself
15 SDPort = @sd_port@ # Director's port
16 WorkingDirectory = "@working_dir@"
17 Pid Directory = "@piddir@"
18 Maximum Concurrent Jobs = 20
22 # List Directors who are permitted to contact Storage daemon
26 Password = "@sd_password@"
30 # Restricted Director, used by tray-monitor to get the
31 # status of the storage daemon
35 Password = "@mon_sd_password@"
40 # Devices supported by this Storage daemon
41 # To connect, the Director's bacula-dir.conf must have the
42 # same Name and MediaType.
49 LabelMedia = yes; # lets Bacula label unlabeled media
51 AutomaticMount = yes; # when device opened, read it
57 # An autochanger device with two drives
63 # Changer Command = "/home/kern/bacula/bin/mtx-changer %c %o %S %a %d"
64 # Changer Device = /dev/sg0
70 # Media Type = DLT-8000
71 # Archive Device = /dev/nst0
72 # AutomaticMount = yes; # when device opened, read it
74 # RemovableMedia = yes;
77 # # Enable the Alert command only if you have the mtx package loaded
78 # Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
84 # Media Type = DLT-8000
85 # Archive Device = /dev/nst1
86 # AutomaticMount = yes; # when device opened, read it
88 # RemovableMedia = yes;
91 # # Enable the Alert command only if you have the mtx package loaded
92 # Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
96 # A Linux or Solaris tape drive
101 # Archive Device = @TAPEDRIVE@
102 # AutomaticMount = yes; # when device opened, read it
104 # RemovableMedia = yes;
106 ## Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
107 ## Changer Device = /dev/sg0
109 # # Enable the Alert command only if you have the mtx package loaded
110 ## Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
114 # A FreeBSD tape drive
118 # Description = "DDS-4 for FreeBSD"
120 # Archive Device = /dev/nsa1
121 # AutomaticMount = yes; # when device opened, read it
123 # Offline On Unmount = no
124 # Hardware End of Medium = no
126 # Backward Space Record = no
127 # Fast Forward Space File = no
132 # A OnStream tape drive.
133 # You need the kernel osst driver 0.9.14 or later, and
134 # do "mt -f /dev/nosst0 defblksize 32768" once as root.
138 # Description = "OnStream drive on Linux"
139 # Media Type = OnStream
140 # Archive Device = @TAPEDRIVE@
141 # AutomaticMount = yes; # when device opened, read it
143 # Offline On Unmount = no
144 ## The min/max blocksizes of 32768 are *required*
145 # Minimum Block Size = 32768
146 # Maximum Block Size = 32768
153 # Name = "DVD-Writer"
155 # Archive Device = /dev/hdc
156 # LabelMedia = yes; # lets Bacula label unlabeled media
157 # Random Access = Yes;
158 # AutomaticMount = yes; # when device opened, read it
159 # RemovableMedia = yes;
161 # MaximumPartSize = 800M;
162 # RequiresMount = yes;
163 # MountPoint = /mnt/cdrom;
164 # MountCommand = "/bin/mount -t iso9660 -o ro %a %m";
165 # UnmountCommand = "/bin/umount %m";
166 # SpoolDirectory = /tmp/backup;
167 # WritePartCommand = "/etc/bacula/dvd-handler %a write %e %v"
168 # FreeSpaceCommand = "/etc/bacula/dvd-handler %a free"
172 # For OpenBSD OS >= 3.6
177 # Archive Device = /dev/nrst0
181 # AutomaticMount = yes;
183 # RemovableMedia = yes;
188 # A very old Exabyte with no end of media detection
191 # Name = "Exabyte 8mm"
193 # Archive Device = @TAPEDRIVE@
194 # Hardware end of medium = No;
195 # AutomaticMount = yes; # when device opened, read it
197 # RemovableMedia = yes;
202 # Send all messages to the Director,
203 # mount messages also are sent to the email address
207 director = @hostname@-dir = all