]> git.sur5r.net Git - bacula/bacula/blob - regress/win32/scripts/bacula-dir-tape.conf.in
153fd61d3542fb10b5a5a2d84376050730f987cd
[bacula/bacula] / regress / win32 / scripts / bacula-dir-tape.conf.in
1 #
2 # Default Bacula Director Configuration file
3 #
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
6 #   FileSet resource.
7 #
8 #  For Bacula release 1.33
9 #
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.
13 #
14
15 Director {                            # define myself
16   Name = @hostname@-dir
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"
23   Messages = Daemon
24 }
25
26 #
27 # Define the main nightly save backup job
28 #   By default, this job will back up to disk in /tmp
29 Job {
30   Name = "NightlySave"
31   Type = Backup
32   Client=@hostname@-fd 
33   FileSet="Full Set"
34   Storage = DDS-4
35   Messages = Standard
36   Pool = Default
37   Write Bootstrap = "@working_dir@/NightlySave.bsr"
38   Maximum Concurrent Jobs = 4
39   SpoolData = yes
40 # Prefer Mounted Volumes = no
41 }
42
43 Job {
44   Name = "NightlySave1"
45   Type = Backup
46   Client=@hostname@-fd 
47   FileSet="Full Set"
48   Storage = DDS-4
49   Messages = Standard
50   Pool = Default
51   Write Bootstrap = "@working_dir@/NightlySave.bsr"
52   Maximum Concurrent Jobs = 4
53   SpoolData = yes
54 # Prefer Mounted Volumes = no
55   Client Run Before Job = "@sbindir@/bsleep 120"
56 }
57
58 Job {
59   Name = "NightlySave2"
60   Type = Backup
61   Client=@hostname@-fd 
62   FileSet="Full Set"
63   Storage = DDS-4
64   Messages = Standard
65   Pool = Default
66   Write Bootstrap = "@working_dir@/NightlySave.bsr"
67   Maximum Concurrent Jobs = 4
68   SpoolData = yes
69 # Prefer Mounted Volumes = no
70 }
71
72 Job {
73   Name = "VerifyTape"
74   Type = Verify
75   Level = VolumeToCatalog
76   Client=@hostname@-fd 
77   FileSet="Verify Set"
78   Storage = DDS-4
79   Messages = Standard
80   Pool = Default
81   Write Bootstrap = "@working_dir@/NightlySave.bsr"
82   Maximum Concurrent Jobs = 4
83   SpoolData = yes
84 # Prefer Mounted Volumes = no
85 }
86
87
88
89
90 # Standard Restore template, to be changed by Console program
91 Job {
92   Name = "RestoreFiles"
93   Type = Restore
94   Client=@hostname@-fd 
95   FileSet="Full Set"
96   Storage = DDS-4
97   Messages = Standard
98   Pool = Default
99   Where = /tmp/bacula-restores
100 }
101
102
103 # List of files to be backed up
104 FileSet {
105   Name = "Full Set"
106   Include { Options { signature=MD5 }
107     File =  </tmp/file-list
108   }
109 }
110
111 FileSet {
112   Name = "Verify Set"
113   Include { 
114     Options { 
115        signature=MD5
116        verify=pins1
117     }
118     File =  </tmp/file-list
119   }
120 }
121
122
123
124 #
125 # When to do the backups, full backup on first sunday of the month,
126 #  differential (i.e. incremental since full) every other sunday,
127 #  and incremental backups other days
128 Schedule {
129   Name = "WeeklyCycle"
130   Run = Full 1st sun at 1:05
131   Run = Differential 2nd-5th sun at 1:05
132   Run = Incremental mon-sat at 1:05
133 }
134
135 # Client (File Services) to backup
136 Client {
137   Name = @hostname@-fd
138   Address = @hostname@
139   FDPort = 8102
140   Catalog = MyCatalog
141   Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"          # password for FileDaemon
142   File Retention = 30d                # 30 days
143   Job Retention = 180d                # six months
144   AutoPrune = yes                     # Prune expired Jobs/Files
145   Maximum Concurrent Jobs = 4
146 }
147
148 # Definition of DDS tape storage device
149 Storage {
150   Name = DDS-4
151   Address = @hostname@                # N.B. Use a fully qualified name here
152   SDPort = 8103
153   Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"          # password for Storage daemon
154   Device = DDS-4                      # must be same as Device in Storage daemon
155   Media Type = DDS-4                  # must be same as MediaType in Storage daemon
156   Maximum Concurrent Jobs = 4
157 # Autochanger = yes
158 }
159
160
161 # Generic catalog service
162 Catalog {
163   Name = MyCatalog
164   dbname = bacula; user = bacula; password = ""
165 }
166
167 # Reasonable message delivery -- send most everything to email address
168 #  and to the console
169 Messages {
170   Name = Standard
171   mailcommand = "@smtp_program@ -h @smtp_host@ -f \"\(Bacula Regression Job %j\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
172   operatorcommand = "@smtp_program@ -h @smtp_host@ -f \"\(Bacula Regression Job %j\) %r\" -s \"Bacula: Intervention needed for %j\" %r"
173   MailOnError = @job_email@ = all, !terminate
174   operator = @job_email@ = mount
175   console = all, !skipped, !terminate, !restored
176 #
177 # WARNING! the following will create a file that you must cycle from
178 #          time to time as it will grow indefinitely. However, it will
179 #          also keep all your messages if the scroll off the console.
180 #
181   append = "@working_dir@/log" = all, !skipped
182 }
183
184 #
185 # Message delivery for daemon messages (no job).
186 Messages {
187   Name = Daemon
188   mailcommand = "@smtp_program@ -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r"
189   mail = @job_email@ = all, !skipped            
190   console = all, !skipped, !saved
191   append = "@working_dir@/log" = all, !skipped
192 }
193
194     
195 # Default pool definition
196 Pool {
197   Name = Default
198   Pool Type = Backup
199   Recycle = yes                       # Bacula can automatically recycle Volumes
200   AutoPrune = yes                     # Prune expired volumes
201   Volume Retention = 365d             # one year
202 }
203
204 Pool {
205   Name = Full
206   Pool Type = Backup
207   Recycle = yes                       # Bacula can automatically recycle Volumes
208   AutoPrune = yes                     # Prune expired volumes
209   Volume Retention = 365d             # one year
210 }
211
212 Pool {
213   Name = Inc
214   Pool Type = Backup
215   Recycle = yes                       # Bacula can automatically recycle Volumes
216   AutoPrune = yes                     # Prune expired volumes
217   Volume Retention = 365d             # one year
218 }
219
220 Pool {
221   Name = Scratch
222   Pool Type = Backup
223   Recycle = yes                       # Bacula can automatically recycle Volumes
224   AutoPrune = yes                     # Prune expired volumes
225   Volume Retention = 365d             # one year
226 }