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 = "/home/kern/bacula/regress/bin/query.sql"
19 WorkingDirectory = "/home/kern/bacula/regress/working"
20 PidDirectory = "/home/kern/bacula/regress/working"
21 Maximum Concurrent Jobs = 4
22 Password = "pNvX1WiXnwv2C/F7E52LGvw6rKjbbPvu2kyuPa9pVaL3"
27 # Define the main nightly save backup job
28 # By default, this job will back up to disk in /tmp
37 Write Bootstrap = "/home/kern/bacula/regress/working/NightlySave.bsr"
38 Maximum Concurrent Jobs = 4
43 # Standard Restore template, to be changed by Console program
52 Where = /tmp/bacula-restores
56 # List of files to be backed up
60 Include { Options { signature=MD5 }
67 # When to do the backups, full backup on first sunday of the month,
68 # differential (i.e. incremental since full) every other sunday,
69 # and incremental backups other days
72 Run = Full 1st sun at 1:05
73 Run = Differential 2nd-5th sun at 1:05
74 Run = Incremental mon-sat at 1:05
77 # Client (File Services) to backup
83 Password = "xBzFq+a9llZyGyfMaNO9e3outP86/1AUAT8P34RoT62G"
84 File Retention = 30d # 30 days
85 Job Retention = 180d # six months
86 AutoPrune = yes # Prune expired Jobs/Files
87 Maximum Concurrent Jobs = 4
90 # Definition of DDS tape storage device
93 Address = 192.168.68.112 # N.B. Use a fully qualified name here
95 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9" # password for Storage daemon
96 Device = DDS-4 # must be same as Device in Storage daemon
97 Media Type = DDS-4 # must be same as MediaType in Storage daemon
99 Maximum Concurrent Jobs = 4
103 # Generic catalog service
106 dbname = bacula; user = bacula; password = ""
109 # Reasonable message delivery -- send most everything to email address
113 mailcommand = "/home/kern/bacula/regress/bin/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
114 operatorcommand = "/home/kern/bacula/regress/bin/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: Intervention needed for %j\" %r"
115 MailOnError = kern@sibbald.com = all, !terminate
116 operator = kern@sibbald.com = mount
117 console = all, !skipped, !terminate, !restored
119 # WARNING! the following will create a file that you must cycle from
120 # time to time as it will grow indefinitely. However, it will
121 # also keep all your messages if the scroll off the console.
123 append = "/home/kern/bacula/regress/working/log" = all, !skipped
127 # Message delivery for daemon messages (no job).
130 mailcommand = "/home/kern/bacula/regress/bin/bsmtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r"
131 mail = kern@sibbald.com = all, !skipped
132 console = all, !skipped, !saved
133 append = "/home/kern/bacula/regress/working/log" = all, !skipped
137 # Default pool definition
141 Recycle = yes # Bacula can automatically recycle Volumes
142 AutoPrune = yes # Prune expired volumes
143 Volume Retention = 365d # one year
144 Accept Any Volume = yes # write on any volume in the pool