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 = signature=MD5 {
143 Include = signature=MD5 sparse=yes {
149 Name = "CompressedSet"
150 Include = signature=MD5 compression=GZIP {
156 Name = "SparseCompressedSet"
157 Include = signature=MD5 compression=GZIP {
165 # When to do the backups, full backup on first sunday of the month,
166 # differential (i.e. incremental since full) every other sunday,
167 # and incremental backups other days
170 Run = Full 1st sun at 1:05
171 Run = Differential 2nd-5th sun at 1:05
172 Run = Incremental mon-sat at 1:05
175 # This schedule does the catalog. It starts after the WeeklyCycle
177 Name = "WeeklyCycleAfterBackup"
178 Run = Full sun-sat at 1:10
181 # This is the backup of the catalog
184 Include = signature=MD5 {
185 /home/kern/bacula/regress/bin/working/bacula.sql
189 # Client (File Services) to backup
195 Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc" # password for FileDaemon
196 File Retention = 30d # 30 days
197 Job Retention = 180d # six months
198 AutoPrune = yes # Prune expired Jobs/Files
199 Maximum Concurrent Jobs = 4
202 # Definiton of file storage device
205 Address = @hostname@ # N.B. Use a fully qualified name here
207 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
210 Maximum Concurrent Jobs = 4
215 Address = @hostname@ # N.B. Use a fully qualified name here
217 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
218 Device = FileStorage1
220 Maximum Concurrent Jobs = 4
224 # Definition of DLT tape storage device
227 # Address = @hostname@ # N.B. Use a fully qualified name here
229 # Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9" # password for Storage daemon
230 # Device = "HP DLT 80" # must be same as Device in Storage daemon
231 # Media Type = DLT8000 # must be same as MediaType in Storage daemon
234 # Definition of DDS tape storage device
237 # Address = @hostname@ # N.B. Use a fully qualified name here
239 # Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9" # password for Storage daemon
240 # Device = SDT-10000 # must be same as Device in Storage daemon
241 # Media Type = DDS-4 # must be same as MediaType in Storage daemon
244 # Definition of 8mm tape storage device
247 # Address = @hostname@ # N.B. Use a fully qualified name here
249 # Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
250 # Device = "Exabyte 8mm"
255 # Generic catalog service
258 dbname = bacula; user = bacula; password = ""
261 # Reasonable message delivery -- send most everything to email address
265 mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
266 operatorcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: Intervention needed for %j\" %r"
267 MailOnError = @job_email@ = all
268 operator = @job_email@ = mount
269 console = all, !skipped, !terminate, !restored
271 # WARNING! the following will create a file that you must cycle from
272 # time to time as it will grow indefinitely. However, it will
273 # also keep all your messages if the scroll off the console.
275 append = "@working_dir@/log" = all, !skipped
280 mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
281 console = all, !skipped, !terminate
283 # WARNING! the following will create a file that you must cycle from
284 # time to time as it will grow indefinitely. However, it will
285 # also keep all your messages if the scroll off the console.
287 append = "@working_dir@/log" = all, !skipped
291 # Default pool definition
295 Recycle = yes # Bacula can automatically recycle Volumes
296 AutoPrune = yes # Prune expired volumes
297 Volume Retention = 365d # one year
298 Accept Any Volume = yes # write on any volume in the pool