]> git.sur5r.net Git - bacula/bacula/blob - regress/scripts/aligned-bacula-dir.conf.in
Port missing RestoreObject Plugin Config code from BEE.
[bacula/bacula] / regress / scripts / aligned-bacula-dir.conf.in
1 #
2 # Default Bacula Director Configuration file
3 #
4 #  Tweeked for a bigger fileset for Aligned testing
5 #
6
7 Director {                            # define myself
8   Name = @hostname@-dir
9   DIRPort = @dirport@                # where we listen for UA connections
10   QueryFile = "@scriptdir@/query.sql"
11   WorkingDirectory = "@working_dir@"
12   PidDirectory = "@piddir@"
13   SubSysDirectory = "@subsysdir@"
14   PluginDirectory = "@sbindir@"
15   Maximum Concurrent Jobs = 4
16   Heartbeat Interval = 330
17   Password = "pNvX1WiXnwv2C/F7E52LGvw6rKjbbPvu2kyuPa9pVaL3"         # Console password
18   Messages = Standard
19 }
20
21 #
22 # Define the main nightly save backup job
23 #   By default, this job will back up to disk in @tmpdir@
24 Job {
25   Name = "NightlySave"
26   Type = Backup
27   Client=@hostname@-fd 
28   FileSet="Full Set"
29   Storage = File
30   Messages = Standard
31   Pool = Default
32   Write Bootstrap = "@working_dir@/NightlySave.bsr"
33   Maximum Concurrent Jobs = 10
34   SpoolData=yes
35   Max Run Time = 30min
36   Reschedule On Error = no
37   Reschedule Interval = 10
38   Reschedule Times = 5
39 }
40
41
42 #
43 # Define the main nightly save backup job
44 #   By default, this job will back up to disk in @tmpdir@
45 Job {
46   Name = "FSType"
47   Type = Backup
48   Client=@hostname@-fd 
49   FileSet="FSTypeFS"
50   Storage = File
51   Messages = Standard
52   Pool = Default
53   Write Bootstrap = "@working_dir@/NightlySave.bsr"
54   Maximum Concurrent Jobs = 10
55   SpoolData=yes
56 }
57
58 Job {
59   Name = "Simple"
60   Type = Backup
61   Client=@hostname@-fd 
62   FileSet="SimpleSet"
63   Storage = File
64   Messages = Standard
65   Pool = Default
66   Maximum Concurrent Jobs = 10
67   Write Bootstrap = "@working_dir@/NightlySave.bsr"
68   Max Run Time = 30min
69 # SpoolData=yes
70 }
71
72
73 Job {
74   Name = "MonsterSave"
75   Type = Backup
76   Client=@hostname@-fd 
77   FileSet="Full Set"
78   Storage = File1
79   Messages = Standard
80   Pool = Default
81   Write Bootstrap = "@working_dir@/NightlySave.bsr"
82   Max Run Time = 30min
83   Maximum Concurrent Jobs = 10
84   SpoolData=yes
85 }
86
87 Job {
88   Name = "MonsterFileSet"
89   Type = Backup
90   Client=@hostname@-fd 
91   FileSet="MonsterFileSet"
92   Storage = File
93   Messages = Standard
94   Pool = Default
95   Maximum Concurrent Jobs = 10
96   Write Bootstrap = "@working_dir@/NightlySave.bsr"
97   Max Run Time = 30min
98   SpoolData=yes
99 }
100
101
102
103 Job {
104   Name = "VerifyVolume"
105   Type = Verify
106   Level = VolumeToCatalog
107   Client=@hostname@-fd 
108   FileSet="Full Set"
109   Storage = File
110   Messages = Standard
111   Pool = Default
112   Write Bootstrap = "@working_dir@/NightlySave.bsr"
113   Max Run Time = 30min
114 }
115
116 Job {
117   Name = "VerifyData"
118   Type = Verify
119   Level = Data
120   Client=@hostname@-fd 
121   FileSet="Full Set"
122   Storage = File
123   Messages = Standard
124   Pool = Default
125   Write Bootstrap = "@working_dir@/NightlySave.bsr"
126   Max Run Time = 30min
127 }
128
129
130 Job {
131   Name = "SparseTest"
132   Type = Backup
133   Client=@hostname@-fd 
134   FileSet="SparseSet"
135   Storage = File
136   Messages = Standard
137   Pool = Default
138   Write Bootstrap = "@working_dir@/NightlySave.bsr"
139   Max Run Time = 30min
140   SpoolData=yes
141   Maximum Concurrent Jobs = 10
142 }
143
144 Job {
145   Name = "DeltaTest"
146   Type = Backup
147   Client=@hostname@-fd 
148   FileSet="DeltaSet"
149   Storage = File
150   Messages = Standard
151   Pool = Default
152   Write Bootstrap = "@working_dir@/NightlySave.bsr"
153   Max Run Time = 30min
154   Maximum Concurrent Jobs = 10
155 }
156
157 Job {
158   Name = "CompressedTest"
159   Type = Backup
160   Client=@hostname@-fd 
161   FileSet="CompressedSet"
162   Storage = File
163   Messages = Standard
164   Pool = Default
165   Maximum Concurrent Jobs = 10
166   Write Bootstrap = "@working_dir@/NightlySave.bsr"
167   Max Run Time = 30min
168   SpoolData=yes
169 }
170
171 Job {
172   Name = "HardlinkTest"
173   Type = Backup
174   Client=@hostname@-fd 
175   FileSet="HardlinkSet"
176   Storage = File
177   Messages = Standard
178   Pool = Default
179   Maximum Concurrent Jobs = 10
180   Write Bootstrap = "@working_dir@/NightlySave.bsr"
181   Max Run Time = 30min
182   Accurate = yes
183 }
184
185 Job {
186   Name = "SparseCompressedTest"
187   Type = Backup
188   Client=@hostname@-fd 
189   FileSet="SparseCompressedSet"
190   Storage = File
191   Messages = Standard
192   Pool = Default
193   Write Bootstrap = "@working_dir@/NightlySave.bsr"
194   Max Run Time = 30min
195   SpoolData=yes
196   Maximum Concurrent Jobs = 10
197 }
198
199 Job {
200   Name = "vSphereTest"
201   Type = Backup
202   Client=@hostname@-fd
203   FileSet="vSphereSet"
204   Storage = File
205   Messages = Standard
206   Pool = Default
207   Maximum Concurrent Jobs = 10
208   Write Bootstrap = "@working_dir@/NightlySave.bsr"
209   Max Run Time = 30min
210 }
211
212 Job {
213   Name = "LZOTest"
214   Type = Backup
215   Client=@hostname@-fd
216   FileSet="LZOSet"
217   Storage = File
218   Messages = Standard
219   Pool = Default
220   Maximum Concurrent Jobs = 10
221   Write Bootstrap = "@working_dir@/NightlySave.bsr"
222   Max Run Time = 30min
223   SpoolData=yes
224 }
225
226 Job {
227   Name = "SparseLZOTest"
228   Type = Backup
229   Client=@hostname@-fd
230   FileSet="SparseLZOSet"
231   Storage = File
232   Messages = Standard
233   Pool = Default
234   Write Bootstrap = "@working_dir@/NightlySave.bsr"
235   Max Run Time = 30min
236   SpoolData=yes
237   Maximum Concurrent Jobs = 10
238 }
239
240 Job {
241   Name = "FIFOTest"
242   Type = Backup
243   Client=@hostname@-fd 
244   FileSet="FIFOSet"
245   Storage = File
246   Messages = Standard
247   Pool = Default
248   Write Bootstrap = "@working_dir@/NightlySave.bsr"
249   ClientRunBeforeJob = "sleep 5"
250   Max Run Time = 30min
251 }
252
253
254
255 # Backup the catalog database (after the nightly save)
256 Job {
257   Name = "BackupCatalog"
258   Type = Backup
259   Client=@hostname@-fd 
260   FileSet="Catalog"
261 #  Schedule = "WeeklyCycleAfterBackup"
262   Storage = File
263   Messages = Standard
264   Pool = Default
265   # This creates an ASCII copy of the catalog
266   RunBeforeJob = "@sbindir@/make_catalog_backup -u regress"
267   # This deletes the copy of the catalog
268   RunAfterJob  = "@sbindir@/delete_catalog_backup"
269   Write Bootstrap = "@working_dir@/BackupCatalog.bsr"
270   Max Run Time = 30min
271 }
272
273 JobDefs {
274   Name = "BackupJob"
275   Type = Backup
276   Pool = Default
277   Storage = File
278   Messages = Standard
279   Priority = 10
280   Max Run Time = 30min
281 }
282
283 Job {
284   JobDefs = "BackupJob"
285   Name = "bug621-job-1"
286   Client = @hostname@-fd
287   FileSet="Full Set"
288   ClientRunBeforeJob = "sleep 5"
289 }
290
291 Job {
292   JobDefs = "BackupJob"
293   Name = "bug621-job-2"
294   Client = @hostname@-fd
295   FileSet = "Full Set"
296   Max Run Time = 30
297   Priority = 15
298 }
299
300
301 # Standard Restore template, to be changed by Console program
302 Job {
303   Name = "RestoreFiles"
304   Type = Restore
305   Client=@hostname@-fd 
306   FileSet="Full Set"
307   Storage = File
308   Messages = Standard
309   Pool = Default
310   Where = @tmpdir@/bacula-restores
311   Max Run Time = 30min
312 }
313
314
315 # List of files to be backed up
316 FileSet {
317   Name = "Full Set"
318   Include {  
319      File =  /usr/bin
320      File =  <@tmpdir@/file-list
321   }
322 }
323
324 # List of files to be backed up
325 FileSet {
326   Name = "FSTypeFS"
327   Include {  
328      Options {
329         signature=MD5
330         fstype = ext4
331      }
332      File =  <@tmpdir@/file-list
333   }
334 }
335
336
337 # List of files to be backed up
338 FileSet {
339   Name = "FSTypeFSEmpty"
340   Include {  
341      Options {
342         signature=MD5
343         fstype = debugfs
344      }
345      File =  <@tmpdir@/file-list
346   }
347 }
348
349 FileSet {
350   Name = "FSno5"
351   Include  { Options { verify=s5 }
352     File = <@tmpdir@/file-list
353   }
354   Include  { Options { sparse=yes }
355     File = <@tmpdir@/file-list
356   }
357   Include  { Options { compression=GZIP }
358     File = <@tmpdir@/file-list
359   }
360   Include  { Options { compression=LZO }
361     File = <@tmpdir@/file-list
362   }
363   Include  { Options { compression=LZO; sparse=yes }
364     File = <@tmpdir@/file-list
365   }
366   Include  { Options { compression=GZIP; sparse=yes }
367     File = <@tmpdir@/file-list
368   }
369 }
370
371 FileSet {
372   Name = "FS5"
373   Include  { Options { signature=MD5; verify=s5 }
374     File = <@tmpdir@/file-list
375   }
376   Include  { Options { signature=MD5; sparse=yes }
377     File = <@tmpdir@/file-list
378   }
379   Include  { Options { signature=MD5; compression=GZIP }
380     File = <@tmpdir@/file-list
381   }
382   Include  { Options { signature=MD5; compression=LZO }
383     File = <@tmpdir@/file-list
384   }
385   Include  { Options { signature=MD5; compression=LZO; sparse=yes }
386     File = <@tmpdir@/file-list
387   }
388   Include  { Options { signature=MD5; compression=GZIP; sparse=yes }
389     File = <@tmpdir@/file-list
390   }
391 }
392
393 FileSet {
394   Name = "FS5nocheck"
395   Include  { Options { verify="nog"; signature=MD5 }
396     File = <@tmpdir@/file-list
397   }
398   Include  { Options { signature=MD5; sparse=yes }
399     File = <@tmpdir@/file-list
400   }
401   Include  { Options { signature=MD5; compression=GZIP }
402     File = <@tmpdir@/file-list
403   }
404   Include  { Options { signature=MD5; compression=LZO }
405     File = <@tmpdir@/file-list
406   }
407   Include  { Options { signature=MD5; compression=LZO; sparse=yes }
408     File = <@tmpdir@/file-list
409   }
410   Include  { Options { signature=MD5; compression=GZIP; sparse=yes }
411     File = <@tmpdir@/file-list
412   }
413 }
414
415 FileSet {
416   Name = "FS1"
417   Include  { Options { verify=s1; signature=SHA1 }
418     File = <@tmpdir@/file-list
419   }
420   Include  { Options { signature=SHA1; sparse=yes }
421     File = <@tmpdir@/file-list
422   }
423   Include  { Options { signature=SHA1; compression=GZIP }
424     File = <@tmpdir@/file-list
425   }
426   Include  { Options { signature=SHA1; compression=LZO }
427     File = <@tmpdir@/file-list
428   }
429   Include  { Options { signature=SHA1; compression=LZO; sparse=yes }
430     File = <@tmpdir@/file-list
431   }
432   Include  { Options { signature=SHA1; compression=GZIP; sparse=yes }
433     File = <@tmpdir@/file-list
434   }
435 }
436
437 FileSet {
438   Name = "SimpleSet"
439   Include {  
440      Options { signature=MD5 }
441      File =  <@tmpdir@/file-list
442   }
443 }
444
445
446 FileSet {
447   Name = vSphereSet
448    Include {
449     Options {
450       signature=MD5
451       compression = GZIP1
452     }
453     Plugin = "vsphere: host=@VSPHERE_HOST1@"
454   }
455 }
456
457 FileSet {
458   Name = vSphereSet2
459    Include {
460     Options {
461       signature=MD5
462       compression = GZIP1
463     }
464     Plugin = "vsphere: host=@VSPHERE_HOST1@"
465     Plugin = "vsphere: host=@VSPHERE_HOST2@"
466   }
467 }
468
469 FileSet {
470   Name = "SparseSet"
471   Include {
472     Options {
473       signature=MD5
474       sparse=yes
475     }
476     File = <@tmpdir@/file-list
477   }
478 }
479
480 FileSet {
481   Name = "CompressedSet"
482   Include {
483     Options {
484       signature=MD5 
485       compression=GZIP
486       onefs=no
487     }
488     File = <@tmpdir@/file-list
489   }
490 }
491
492 FileSet {
493   Name = "HardlinkSet"
494   Include {
495     Options {
496       signature=MD5 
497       hardlinks=yes
498     }
499     File = <@tmpdir@/file-list
500   }
501 }
502
503 FileSet {
504   Name = "LZOSet"
505   Include {
506     Options {
507       signature=MD5
508       compression=LZO
509     }
510     File = <@tmpdir@/file-list
511   }
512 }
513
514 FileSet {
515   Name = "DeltaSet"
516   Include {
517     Options {
518       signature=MD5
519       plugin = delta
520     }
521     File = <@tmpdir@/file-list
522   }
523 }
524
525 FileSet {
526   Name = "FIFOSet"
527   Include {
528     Options {
529       readfifo = yes
530       signature=MD5 
531     }
532     File = <@tmpdir@/file-list
533   }
534 }
535
536
537 FileSet {
538   Name = "SparseCompressedSet"
539   Include {
540     Options {
541       signature=MD5 
542       compression=GZIP
543       sparse=yes
544     }
545     File = <@tmpdir@/file-list
546   }
547 }
548
549 FileSet {
550   Name = "SparseLZOSet"
551   Include {
552     Options {
553       signature=MD5
554       compression=LZO
555       sparse=yes
556     }
557     File = <@tmpdir@/file-list
558   }
559 }
560
561 FileSet {
562   Name = "MonsterFileSet"
563   Include {
564     Options {
565        signature = MD5
566        noatime = yes
567        ignore case = yes
568        Exclude = yes
569        RegexDir = "Cache"
570        RegexDir = "Windows Defender"
571        RegexDir = "Temporary Internet Files"
572        RegexDir = "bacula"
573        RegexDir = "Temp"
574
575        RegexDir = "ATI Technologies"
576
577        RegexDir = "wmdownloads"
578        RegexDir = "My Music"
579        RegexDir = "iTunes"
580        RegexDir = "Cookies"
581
582        RegexFile = "desktop.ini"
583        RegexFile = "thumbs.db"
584        RegexFile = "acrobat7.exe"
585        RegexFile = "acr6win.exe"
586        RegexFile = "AdbeRdr70_enu_full.exe"
587        RegexFile = "antivirus10_1_5.exe"
588        #thunderbird lock file
589        RegexFile = "parent.lock"
590
591        RegexDir = "Retrospect Restore Points"
592
593        #exclude i386 director of windows installer files
594        WildDir = "[A-Z]:/i386"
595
596        # Exclude Mozilla-based programs' file caches
597        WildDir = "[A-Z]:/Documents and Settings/*/Application Data/*/Profiles/*/*/ImapMail"
598        WildDir = "[A-Z]:/Users/*/Application Data/*/Profiles/*/*/ImapMail"
599
600        # Exclude user's registry files - they're always in use anyway.
601        WildFile = "[A-Z]:/Documents and Settings/*/Local Settings/Application Data/Microsoft/Windows/usrclass.*"
602        WildFile = "[A-Z]:/Users/*/Local Settings/Application Data/Microsoft/Windows/usrclass.*"
603        WildFile = "[A-Z]:/Documents and Settings/*/ntuser.*"
604        WildFile = "[A-Z]:/Users/*/ntuser.*"
605
606        WildDir = "[A-Z]:/Documents and Settings/*/Recent"
607        WildDir = "[A-Z]:/Users/*/Recent"
608
609        WildDir = "[A-Z]:/Documents and Settings/*/Local Settings/History"
610        WildDir = "[A-Z]:/Users/*/Local Settings/History"
611
612        # These are always open and unable to be backed up
613        WildFile = "[A-Z]:/Documents and Settings/All Users/Application Data/Microsoft/Network/Downloader/qmgr[01].dat"
614        WildFile = "[A-Z]:/Users/All Users/Application Data/Microsoft/Network/Downloader/qmgr[01].dat"
615
616        #Exclude all of Windows...
617        WildDir = "[A-Z]:/windows"
618        WildDir = "[A-Z]:/winnt"
619        WildDir = "[A-Z]:/winxp"
620        WildDir = "[A-Z]:/win"
621
622        #symantec antivirus app stuff
623        WildDir = "[A-Z]:/*/Symantec*"
624
625        #system volume information
626        WildDir = "[A-Z]:/System Volume Information"
627
628        WildFile = "*.tmp"
629        # ghost image and spanning files
630        WildFile = "*.gho"
631        WildFile = "*.ghs"
632
633        # Recycle bins
634        WildDir = "[A-Z]:/RECYCLER"
635        WildDir = "[A-Z]:/RECYCLER"
636        WildDir = "[A-Z]:/RECYCLED"
637        WildDir = "[A-Z]:/$RECYCLE.BIN"
638
639        # Swap files
640        WildFile = "[A-Z]:/pagefile.sys"
641
642        # These are programs and are easier to reinstall than restore from
643        # backup
644        WildDir = "[A-Z]:/cygwin"
645        WildDir = "[A-Z]:/Program Files/Adobe/Acrobat 7.0"
646        WildDir = "[A-Z]:/Program Files/Adobe/Acrobat 8.0"
647
648        WildDir = "[A-Z]:/Program Files/Common Files/Software Center"
649        WildDir = "[A-Z]:/Software Center"
650
651        WildDir = "[A-Z]:/Program Files/Grisoft"
652        WildDir = "[A-Z]:/Program Files/Java"
653        WildDir = "[A-Z]:/Program Files/Java Web Start"
654        WildDir = "[A-Z]:/Program Files/JavaSoft"
655        WildDir = "[A-Z]:/Program Files/Microsoft Office"
656        WildDir = "[A-Z]:/Program Files/Mozilla Firefox"
657        WildDir = "[A-Z]:/Program Files/Mozilla Thunderbird"
658        WildDir = "[A-Z]:/Program Files/mozilla.org"
659        WildDir = "[A-Z]:/Program Files/OpenOffice*"
660     }
661     File = <@tmpdir@/file-list
662   }
663 }
664
665
666 #
667 # When to do the backups, full backup on first sunday of the month,
668 #  differential (i.e. incremental since full) every other sunday,
669 #  and incremental backups other days
670 Schedule {
671   Name = "WeeklyCycle"
672   Run = Level=Full 1st sun at 1:05
673   Run = Level=Differential 2nd-5th sun at 1:05
674   Run = Level=Incremental mon-sat at 1:05
675 }
676
677 # This schedule does the catalog. It starts after the WeeklyCycle
678 Schedule {
679   Name = "WeeklyCycleAfterBackup"
680   Run = Level=Full sun-sat at 1:10
681 }
682
683 # This is the backup of the catalog
684 FileSet {
685   Name = "Catalog"
686   Include {
687     Options {
688       signature=MD5
689     }
690     File = /home/kern/bacula/regress/bin/working/bacula.sql
691   }
692 }
693
694 # Client (File Services) to backup
695 Client {
696   Name = @hostname@-fd
697   Address = @hostname@
698   FDPort = @fdport@
699   Catalog = MyCatalog
700   Password = "xevrjURYoCHhn26RaJoWbeWXEY/a3VqGKp/37tgWiuHc"          # password for FileDaemon
701   File Retention = 30d                # 30 days
702   Job Retention = 180d                # six months
703   AutoPrune = yes                     # Prune expired Jobs/Files
704   Maximum Concurrent Jobs = 10
705 }
706
707 # Definiton of file storage device
708 Storage {
709   Name = File
710   Address = @hostname@                # N.B. Use a fully qualified name here
711   SDPort = @sdport@
712   Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
713   Device = FileStorage
714   Media Type = File
715   Maximum Concurrent Jobs = 10
716   Heartbeat Interval = 330
717 }
718
719 Storage {
720   Name = File1
721   Address = @hostname@                # N.B. Use a fully qualified name here
722   SDPort = @sdport@
723   Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
724   Device = FileStorage1
725   Media Type = File1
726   Maximum Concurrent Jobs = 10
727   Heartbeat Interval = 330
728 }
729
730 Storage {
731   Name = File2
732   Address = @hostname@                # N.B. Use a fully qualified name here
733   SDPort = @sdport@
734   Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
735   Device = FileStorage2
736   Media Type = File
737   Maximum Concurrent Jobs = 10
738   Heartbeat Interval = 330
739 }
740
741 # Definition of DLT tape storage device
742 #Storage {
743 #  Name = DLTDrive
744 #  Address = @hostname@                # N.B. Use a fully qualified name here
745 #  SDPort = @sdport@
746 #  Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"          # password for Storage daemon
747 #  Device = "HP DLT 80"                # must be same as Device in Storage daemon
748 #  Media Type = DLT8000                # must be same as MediaType in Storage daemon
749 #}
750
751 # Definition of DDS tape storage device
752 #Storage {
753 #  Name = SDT-10000
754 #  Address = @hostname@                # N.B. Use a fully qualified name here
755 #  SDPort = @sdport@
756 #  Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"          # password for Storage daemon
757 #  Device = SDT-10000                  # must be same as Device in Storage daemon
758 #  Media Type = tape                  # must be same as MediaType in Storage daemon
759 #}
760
761 # Definition of 8mm tape storage device
762 #Storage {
763 #  Name = "8mmDrive"
764 #  Address = @hostname@                # N.B. Use a fully qualified name here
765 #  SDPort = @sdport@
766 #  Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
767 #  Device = "Exabyte 8mm"
768 #  MediaType = "8mm"
769 #}
770
771
772 # Generic catalog service
773 Catalog {
774   Name = MyCatalog
775   @libdbi@
776   dbname = @db_name@; user = @db_user@; password = "@db_password@"
777 }
778
779 # Reasonable message delivery -- send most everything to email address
780 #  and to the console
781 Messages {
782   Name = Standard
783   mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula regression\) %r\" -s \"Regression: %t %e of %c %l\" %r"
784   operatorcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula regression\) %r\" -s \"Regression: Intervention needed for %j\" %r"
785 # MailOnError = @job_email@ = all
786 # operator = @job_email@ = mount
787   console = all, !skipped, !terminate, !restored
788 #
789 # WARNING! the following will create a file that you must cycle from
790 #          time to time as it will grow indefinitely. However, it will
791 #          also keep all your messages if the scroll off the console.
792 #
793   append = "@working_dir@/log" = all, !skipped
794   catalog = all, !skipped
795 }
796
797 Messages {
798   Name = NoEmail
799   mailcommand = "@sbindir@/bsmtp -h localhost -f \"\(Bacula regression\) %r\" -s \"Regression: %t %e of %c %l\" %r"
800   console = all, !skipped, !terminate
801 #
802 # WARNING! the following will create a file that you must cycle from
803 #          time to time as it will grow indefinitely. However, it will
804 #          also keep all your messages if the scroll off the console.
805 #
806   append = "@working_dir@/log" = all, !skipped
807   catalog = all, !skipped
808 }
809
810     
811 # Default pool definition
812 Pool {
813   Name = Default
814   Pool Type = Backup
815   Recycle = yes                       # Bacula can automatically recycle Volumes
816   AutoPrune = yes                     # Prune expired volumes
817   Volume Retention = 365d             # one year
818 # Label Format = "TEST-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}:${NumVols}"
819 # Simple Label Format = "Backup-"
820 # Maximum Volume Jobs = 1
821 # Maximum Volume Bytes = 1500000
822 }