2 # Default Bacula Director Configuration file
4 # The only thing that MUST be changed is to add one or more
5 # file or directory names in the Include directive of the
8 # For Bacula release 1.33
10 # You might also want to change the default email address
11 # from root to your address. See the "mail" and "operator"
12 # directives in the Messages resource.
15 Director { # define myself
17 DIRport = 8101 # where we listen for UA connections
18 QueryFile = "@scriptdir@/query.sql"
19 WorkingDirectory = "@working_dir@"
20 PidDirectory = "@piddir@"
21 SubSysDirectory = "@subsysdir@"
22 Maximum Concurrent Jobs = 4
23 Password = "pNvX1WiXnwv2C/F7E52LGvw6rKjbbPvu2kyuPa9pVaL3" # Console password
28 # Define the main nightly save backup job
29 # By default, this job will back up to disk in /tmp
38 Write Bootstrap = "@working_dir@/NightlySave.bsr"
39 Maximum Concurrent Jobs = 4
51 Write Bootstrap = "@working_dir@/NightlySave.bsr"
58 Level = VolumeToCatalog
64 Write Bootstrap = "@working_dir@/NightlySave.bsr"
76 Write Bootstrap = "@working_dir@/NightlySave.bsr"
80 Name = "CompressedTest"
83 FileSet="CompressedSet"
87 Maximum Concurrent Jobs = 4
88 Write Bootstrap = "@working_dir@/NightlySave.bsr"
92 Name = "SparseCompressedTest"
95 FileSet="SparseCompressedSet"
99 Write Bootstrap = "@working_dir@/NightlySave.bsr"
103 # Backup the catalog database (after the nightly save)
105 Name = "BackupCatalog"
109 # Schedule = "WeeklyCycleAfterBackup"
113 # This creates an ASCII copy of the catalog
114 RunBeforeJob = "@sbindir@/make_catalog_backup -u bacula"
115 # This deletes the copy of the catalog
116 RunAfterJob = "@sbindir@/delete_catalog_backup"
117 Write Bootstrap = "@working_dir@/BackupCatalog.bsr"
120 # Standard Restore template, to be changed by Console program
122 Name = "RestoreFiles"
129 Where = /tmp/bacula-restores
133 # List of files to be backed up
136 Include { Options { signature=MD5 }
137 File = </tmp/file-list
143 Include { Options { signature=MD5; sparse=yes }
149 Name = "CompressedSet"
151 Options { signature=MD5; compression=GZIP }
152 File =</tmp/file-list
157 Name = "SparseCompressedSet"
160 signature=MD5; compression=GZIP
162 File= </tmp/file-list
169 # When to do the backups, full backup on first sunday of the month,
170 # differential (i.e. incremental since full) every other sunday,
171 # and incremental backups other days
174 Run = Full 1st sun at 1:05
175 Run = Differential 2nd-5th sun at 1:05
176 Run = Incremental mon-sat at 1:05
179 # This schedule does the catalog. It starts after the WeeklyCycle
181 Name = "WeeklyCycleAfterBackup"
182 Run = Full sun-sat at 1:10
185 # This is the backup of the catalog
188 Include { Options { signature=MD5 }
189 File=/home/kern/bacula/regress/bin/working/bacula.sql
193 # Client (File Services) to backup
199 Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc" # password for FileDaemon
200 File Retention = 30d # 30 days
201 Job Retention = 180d # six months
202 AutoPrune = yes # Prune expired Jobs/Files
203 Maximum Concurrent Jobs = 4
206 # Definiton of file storage device
209 Address = @hostname@ # N.B. Use a fully qualified name here
211 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
214 Maximum Concurrent Jobs = 4
219 Address = @hostname@ # N.B. Use a fully qualified name here
221 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
222 Device = FileStorage1
224 Maximum Concurrent Jobs = 4
228 # Definition of DLT tape storage device
231 # Address = @hostname@ # N.B. Use a fully qualified name here
233 # Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9" # password for Storage daemon
234 # Device = "HP DLT 80" # must be same as Device in Storage daemon
235 # Media Type = DLT8000 # must be same as MediaType in Storage daemon
238 # Definition of DDS tape storage device
241 # Address = @hostname@ # N.B. Use a fully qualified name here
243 # Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9" # password for Storage daemon
244 # Device = SDT-10000 # must be same as Device in Storage daemon
245 # Media Type = DDS-4 # must be same as MediaType in Storage daemon
248 # Definition of 8mm tape storage device
251 # Address = @hostname@ # N.B. Use a fully qualified name here
253 # Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
254 # Device = "Exabyte 8mm"
259 # Generic catalog service
262 dbname = bacula; user = bacula; password = ""
265 # Reasonable message delivery -- send most everything to email address
269 mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
270 operatorcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: Intervention needed for %j\" %r"
271 MailOnError = @job_email@ = all
272 operator = @job_email@ = mount
273 console = all, !skipped, !terminate, !restored
275 # WARNING! the following will create a file that you must cycle from
276 # time to time as it will grow indefinitely. However, it will
277 # also keep all your messages if the scroll off the console.
279 append = "@working_dir@/log" = all, !skipped
284 mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
285 console = all, !skipped, !terminate
287 # WARNING! the following will create a file that you must cycle from
288 # time to time as it will grow indefinitely. However, it will
289 # also keep all your messages if the scroll off the console.
291 append = "@working_dir@/log" = all, !skipped
295 # Message delivery for daemon messages (no job).
298 mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r"
299 mail = @job_email@ = all, !skipped
300 console = all, !skipped, !saved
301 append = "@working_dir@/log" = all, !skipped
304 # Default pool definition
308 Recycle = yes # Bacula can automatically recycle Volumes
309 AutoPrune = yes # Prune expired volumes
310 Volume Retention = 365d # one year
311 Accept Any Volume = yes # write on any volume in the pool