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"
37 Level = VolumeToCatalog
43 Write Bootstrap = "@working_dir@/NightlySave.bsr"
48 # Standard Restore template, to be changed by Console program
57 Where = /tmp/bacula-restores
61 # List of files to be backed up
64 Include { Options { signature=SHA1 }
70 # Client (File Services) to backup
76 Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc" # password for FileDaemon
77 File Retention = 30d # 30 days
78 Job Retention = 180d # six months
79 AutoPrune = yes # Prune expired Jobs/Files
82 # Definiton of file storage device
85 Address = @hostname@ # N.B. Use a fully qualified name here
87 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
94 Address = @hostname@ # N.B. Use a fully qualified name here
96 Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
102 # Generic catalog service
105 dbname = bacula; user = bacula; password = ""
108 # Reasonable message delivery -- send most everything to email address
112 mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
113 operatorcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: Intervention needed for %j\" %r"
114 MailOnError = @job_email@ = all, !terminate
115 operator = @job_email@ = mount
116 console = all, !skipped, !terminate
118 append = "@working_dir@/log" = all, !skipped
123 mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula Regression\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
124 console = all, !skipped, !terminate, !restored
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