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.30 (12 April 2003) -- redhat 7.3
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 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 = "@working_dir@/NightlySave.bsr"
38 Maximum Concurrent Jobs = 4
42 # Standard Restore template, to be changed by Console program
51 Where = /tmp/bacula-restores
55 # List of files to be backed up
58 Include = signature=MD5 {
65 # When to do the backups, full backup on first sunday of the month,
66 # differential (i.e. incremental since full) every other sunday,
67 # and incremental backups other days
70 Run = Full 1st sun at 1:05
71 Run = Differential 2nd-5th sun at 1:05
72 Run = Incremental mon-sat at 1:05
75 # Client (File Services) to backup
81 Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc" # password for FileDaemon
82 File Retention = 30d # 30 days
83 Job Retention = 180d # six months
84 AutoPrune = yes # Prune expired Jobs/Files
85 Maximum Concurrent Jobs = 4
88 # Definition of DDS tape storage device
91 Address = @hostname@ # N.B. Use a fully qualified name here
93 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9" # password for Storage daemon
94 Device = DDS-4 # must be same as Device in Storage daemon
95 Media Type = DDS-4 # must be same as MediaType in Storage daemon
100 # Generic catalog service
103 dbname = bacula; user = bacula; password = ""
106 # Reasonable message delivery -- send most everything to email address
110 mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
111 operatorcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: Intervention needed for %j\" %r"
112 MailOnError = @job_email@ = all
113 operator = @job_email@ = mount
114 console = all, !skipped
116 # WARNING! the following will create a file that you must cycle from
117 # time to time as it will grow indefinitely. However, it will
118 # also keep all your messages if the scroll off the console.
120 append = "@working_dir@/log" = all, !skipped
124 # Default pool definition
128 Recycle = yes # Bacula can automatically recycle Volumes
129 AutoPrune = yes # Prune expired volumes
130 Volume Retention = 365d # one year
131 Accept Any Volume = yes # write on any volume in the pool