2 # TestA Bacula Director Configuration file
4 # For Bacula release 1.30 (12 April 2003) -- redhat 7.3
7 Director { # define myself
9 DIRport = 8101 # where we listen for UA connections
10 QueryFile = "@scriptdir@/query.sql"
11 WorkingDirectory = "@working_dir@"
12 PidDirectory = "@piddir@"
13 SubSysDirectory = "@subsysdir@"
14 Maximum Concurrent Jobs = 1
15 Password = "pNvX1WiXnwv2C/F7E52LGvw6rKjbbPvu2kyuPa9pVaL3" # Console password
28 Write Bootstrap = "@working_dir@/SmallVols.bsr"
36 Level = VolumeToCatalog
42 Write Bootstrap = "@working_dir@/NightlySave.bsr"
47 # Standard Restore template, to be changed by Console program
56 Where = /tmp/bacula-restores
60 # List of files to be backed up
63 Include = signature=SHA1 {
69 # Client (File Services) to backup
75 Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc" # password for FileDaemon
76 File Retention = 30d # 30 days
77 Job Retention = 180d # six months
78 AutoPrune = yes # Prune expired Jobs/Files
81 # Definiton of file storage device
84 Address = @hostname@ # N.B. Use a fully qualified name here
86 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
93 Address = @hostname@ # N.B. Use a fully qualified name here
95 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
101 # Generic catalog service
104 dbname = bacula; user = bacula; password = ""
107 # Reasonable message delivery -- send most everything to email address
111 mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
112 operatorcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: Intervention needed for %j\" %r"
113 MailOnError = @job_email@ = all
114 operator = @job_email@ = mount
115 console = all, !skipped
117 append = "@working_dir@/log" = all, !skipped
122 mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
123 console = all, !skipped
125 append = "@working_dir@/log" = all, !skipped
129 # Default pool definition
133 Recycle = yes # Bacula can automatically recycle Volumes
134 AutoPrune = yes # Prune expired volumes
135 Volume Retention = 365d # one year
136 Accept Any Volume = yes # write on any volume in the pool
142 Recycle = yes # Bacula can automatically recycle Volumes
143 AutoPrune = yes # Prune expired volumes
144 Volume Retention = 365d # one year
145 Accept Any Volume = yes # write on any volume in the pool
147 MaximumVolumeBytes = 10M