source: dassmodus/trunk/dassmodus/dassmodus/dassmodus/configs/bacula-dir.conf@ 953

Last change on this file since 953 was 953, checked in by pstorz, on Sep 28, 2011 at 11:32:32 AM

first checkin

File size: 107.6 KB
Line 
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 2.4.4 (28 December 2008) -- suse 10
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
16
17# Filesets for backup of ESX VMs via vcb
18#@/etc/bacula/filesets/ESX-VMs-fileset
19
20# Include FileSets from fileset.list
21# File lists to backup
22
23#diff
24
25FileSet {
26 Name = "cacti-fileset"
27 Include {
28 Options {
29 signature = MD5
30 }
31 File = /
32 }
33
34 Exclude {
35 File = /proc
36 File = /tmp
37 File = /.journal
38 File = /.fsck
39 File = /var/lib/bacula
40 File = /proc
41 File = /sys
42 File = /tmp
43 File = /.journal
44 File = /.fsck
45 File = /var/lib/bacula/working
46 File = /opt/kde*
47 File = /opt/OpenOffice.org
48 File = /opt/gnome
49 File = /opt/snavigator
50 File = /opt/MozillaFirefox
51 File = /opt/Mozilla
52 File = /usr/share/doc
53 File = /usr/share/man
54 File = /usr/share/locale
55 File = /var/cache
56 File = /var/adm/YaST
57 File = /var/adm/backup
58 }
59}
60
61
62FileSet {
63 Name = "iu-set"
64 Include {
65 Options {
66 signature = MD5
67 }
68 File = /
69 }
70
71 Exclude {
72 File = /proc
73 File = /tmp
74 File = /.journal
75 File = /.fsck
76 File = /var/lib/bacula
77 File = /proc
78 File = /sys
79 File = /tmp
80 File = /.journal
81 File = /.fsck
82 File = /var/lib/bacula/working
83 File = /opt/kde*
84 File = /opt/OpenOffice.org
85 File = /opt/gnome
86 File = /opt/snavigator
87 File = /opt/MozillaFirefox
88 File = /opt/Mozilla
89 File = /usr/share/doc
90 File = /usr/share/man
91 File = /usr/share/locale
92 File = /var/cache
93 File = /var/adm/YaST
94 File = /var/adm/backup
95 }
96}
97
98
99# Full Set and Catalog of bacula's defaults
100# Bacula's default file sets (Full Set and Catalog)
101
102# The Full Set
103FileSet {
104 Name = "Full Set"
105 Include {
106 Options {
107 signature = MD5
108 }
109 File = /
110 }
111
112 Exclude {
113 File = /proc
114 File = /sys
115 File = /tmp
116 File = /.journal
117 File = /.fsck
118 File = /var/lib/bacula/working
119 }
120}
121
122## This is the backup of the catalog
123#FileSet {
124# Name = "Catalog"
125# Include {
126# Options {
127# signature = MD5
128# }
129# File = /var/lib/bacula/working/bacula.sql
130# File = /var/lib/bacula/bacula.sql
131# }
132#}
133
134#
135# Notebooks
136#
137
138#Philipps notebook
139FileSet {
140 Name = "gonzofileset"
141Include {
142 Options {
143 signature = MD5
144 }
145 File = /bin
146 File = /boot
147 File = /etc
148 File = /home
149 File = /root
150 File = /sbin
151 File = /srv
152 File = /usr/local/
153 File = /usr/src/packages
154 File = /var
155
156 #Exclude Dir Containing = EXCLUDE_FROM_BACKUP
157}
158Exclude {
159 # Bacula Restore Excluded
160 File = /bacula-restores
161 File = /home/*/.beagle
162 # KDE
163 File = /home/*/.kde/share/apps/kmail/dimap
164 File = /home/*/.kde/share/apps/amarok/podcasts
165 #
166 File = /home/*/.local/share/Trash/
167 # Mozilla
168 File = /home/*/.mozilla/firefox/*.default/Cache
169# Opera Cache
170 File = /home/*/.opera/cache*
171 File = /home/*/.opera/images*
172# mp3
173 File = /home/*/mp3
174# Flash
175 File = /home/*/.macromedia/
176#
177 File = /home/*/Privat
178 File = /home/*/.thumbnails
179 File = /home/*/.gvfs
180# nx
181 File = /home/*/.nx/images
182 File = /home/*/.nx/temp
183# system
184 File = /usr/src/packages/BUILD
185 File = /var/cache/beagle
186 File = /var/cache/man
187 File = /var/lib/smart/cache
188 File = /var/lib/smart/channels
189 File = /var/lib/zmd/zmd.db
190 File = /var/lib/zypp/cache
191 File = /var/spool/cups
192 File = /var/tmp
193 File = /vmware
194 File = /var/cache/zypp
195
196}
197 Exclude {
198 File = /home/pstorz/svn_work
199 File = /home/pstorz/witze
200 File = /home/pstorz/Photos
201 }
202 Include {
203 File = /space/vmware/FWonCD2Adminhost
204 File = /usr/share/xplanet
205 }
206}
207
208##Philipps notebook, mit rpm -ql exclude erzeugt, include mit rpm --verify
209#FileSet {
210# Name = "gonzofileset_rpmexcludes"
211## @/etc/bacula/filesets/notebook.default
212# Exclude {
213# File = /home/pstorz/svn_work
214# File = /home/pstorz/witze
215# File = /home/pstorz/Photos
216# @/etc/bacula/filesets/rpmbased/rpmexlude.lst
217# }
218# Include {
219# File = /space/vmware/FWonCD2Adminhost
220# @/etc/bacula/filesets/rpmbased/rpminclude.lst
221# }
222#}
223
224
225
226
227
228# holgers notebook
229FileSet {
230 Name = "ostarafileset"
231 Include {
232 Options {
233 signature = MD5
234 }
235 File = /bin
236 File = /boot
237 File = /etc
238 File = /home
239 File = /root
240 File = /sbin
241 File = /srv
242 File = /usr/local/
243 File = /usr/src/packages
244 File = /var
245
246 Exclude Dir Containing = EXCLUDE_FROM_BACKUP
247 }
248 Exclude {
249 # Bacula Restore Excluded
250 File = /bacula-restores
251 File = /home/*/.beagle
252 # KDE
253 File = /home/*/.kde/share/apps/kmail/dimap
254 File = /home/*/.kde/share/apps/amarok/podcasts
255 #
256 File = /home/*/.local/share/Trash/
257 # Mozilla
258 File = /home/*/.mozilla/firefox/*.default/Cache
259# Opera Cache
260 File = /home/*/.opera/cache*
261 File = /home/*/.opera/images*
262# mp3
263 File = /home/*/mp3
264# Flash
265 File = /home/*/.macromedia/
266#
267 File = /home/*/Privat
268 File = /home/*/.thumbnails
269 File = /home/*/.gvfs
270# nx
271 File = /home/*/.nx/images
272 File = /home/*/.nx/temp
273# system
274 File = /usr/src/packages/BUILD
275 File = /var/cache/beagle
276 File = /var/cache/man
277 File = /var/lib/smart/cache
278 File = /var/lib/smart/channels
279 File = /var/lib/zmd/zmd.db
280 File = /var/lib/zypp/cache
281 File = /var/spool/cups
282 File = /var/tmp
283 File = /vmware
284 File = /var/cache/zypp
285
286 }
287 Exclude {
288 File = /home/hmueller/cvs
289 File = /home/hmueller/Desktop/Download
290 }
291}
292
293# stefan friedels notebootk
294FileSet {
295 Name = "sfriedelfileset"
296Include {
297 Options {
298 signature = MD5
299 }
300 File = /bin
301 File = /boot
302 File = /etc
303 File = /home
304 File = /root
305 File = /sbin
306 File = /srv
307 File = /usr/local/
308 File = /usr/src/packages
309 File = /var
310
311 #Exclude Dir Containing = EXCLUDE_FROM_BACKUP
312}
313Exclude {
314 # Bacula Restore Excluded
315 File = /bacula-restores
316 File = /home/*/.beagle
317 # KDE
318 File = /home/*/.kde/share/apps/kmail/dimap
319 File = /home/*/.kde/share/apps/amarok/podcasts
320 #
321 File = /home/*/.local/share/Trash/
322 # Mozilla
323 File = /home/*/.mozilla/firefox/*.default/Cache
324# Opera Cache
325 File = /home/*/.opera/cache*
326 File = /home/*/.opera/images*
327# mp3
328 File = /home/*/mp3
329# Flash
330 File = /home/*/.macromedia/
331#
332 File = /home/*/Privat
333 File = /home/*/.thumbnails
334 File = /home/*/.gvfs
335# nx
336 File = /home/*/.nx/images
337 File = /home/*/.nx/temp
338# system
339 File = /usr/src/packages/BUILD
340 File = /var/cache/beagle
341 File = /var/cache/man
342 File = /var/lib/smart/cache
343 File = /var/lib/smart/channels
344 File = /var/lib/zmd/zmd.db
345 File = /var/lib/zypp/cache
346 File = /var/spool/cups
347 File = /var/tmp
348 File = /vmware
349 File = /var/cache/zypp
350
351}
352 Exclude {
353# File = /home/hmueller/cvs
354# File = /home/hmueller/Desktop/Download
355 File = /home/stefan/WORKING/Crypt
356 File = /home/stefan/Desktop
357 File = /home/stefan/Mailsync
358 File = /home/stefan/Mailcache
359 File = /var/lib/scrollkeeper
360 File = /var/cache
361 File = /home/stefan/Privat
362 File = /home/stefan/Pictures
363 File = /home/stefan/Music
364 }
365 Include {
366 File = /crypted/DASS/ORGANISATION
367 }
368}
369
370
371# joergs notebook
372FileSet {
373 Name = "tingfileset"
374
375 Include {
376 Options {
377 exclude = yes
378 ignore case = yes
379 RegexDir = "cache"
380 RegexDir = "cache4"
381 RegexDir = "temp"
382 RegexDir = "tmp"
383 WildFile = "*.rar"
384 WildFile = "*.iso"
385 WildFile = "*~"
386 }
387
388 File = /bin
389 File = /boot
390 File = /etc
391 File = /home
392 File = /root
393 File = /sbin
394 File = /srv
395 File = /usr/local/
396 File = /usr/src/packages
397 File = /var
398
399 File = /home/joergs
400 File = /local/joergs/bilder
401 }
402 Exclude {
403 # Bacula Restore Excluded
404 File = /bacula-restores
405 File = /home/*/.beagle
406 # KDE
407 File = /home/*/.kde/share/apps/kmail/dimap
408 File = /home/*/.kde/share/apps/amarok/podcasts
409 #
410 File = /home/*/.local/share/Trash/
411 # Mozilla
412 File = /home/*/.mozilla/firefox/*.default/Cache
413# Opera Cache
414 File = /home/*/.opera/cache*
415 File = /home/*/.opera/images*
416# mp3
417 File = /home/*/mp3
418# Flash
419 File = /home/*/.macromedia/
420#
421 File = /home/*/Privat
422 File = /home/*/.thumbnails
423 File = /home/*/.gvfs
424# nx
425 File = /home/*/.nx/images
426 File = /home/*/.nx/temp
427# system
428 File = /usr/src/packages/BUILD
429 File = /var/cache/beagle
430 File = /var/cache/man
431 File = /var/lib/smart/cache
432 File = /var/lib/smart/channels
433 File = /var/lib/zmd/zmd.db
434 File = /var/lib/zypp/cache
435 File = /var/spool/cups
436 File = /var/tmp
437 File = /vmware
438 File = /var/cache/zypp
439
440 File = /var/log
441 File = /var/lib/smart/channels
442 File = /var/tmp
443 File = /home/*.img
444 File = /home/joergs/cvs
445 File = /home/joergs/svn
446 File = /home/joergs/.*.bak
447 File = /home/joergs/.*-bak
448 File = /home/joergs/.wesnoth/cache
449 File = /home/joergs/.aMule
450 File = /home/joergs/.macromedia
451 File = /home/joergs/.Zattoo/Data
452 }
453}
454
455# arndts notebook
456FileSet {
457 Name = "akfileset"
458 Include {
459 File = /crypt/koenigsf
460 File = /crypt/koenigsf/gnome2/gnotime.d
461 }
462 Exclude {
463 File = /crypt/koenigsf/download
464 File = /crypt/koenigsf/internal
465 File = /crypt/koenigsf/.mozilla
466 File = /crypt/koenigsf/trunk
467 File = /crypt/koenigsf/.opera
468 File = /crypt/koenigsf/.azureus
469 File = /crypt/koenigsf/.Skype
470 File = /crypt/koenigsf/.mozilla*
471 File = /crypt/koenigsf/.*
472 }
473}
474
475#Maik notebook
476FileSet {
477 Name = "puckfileset"
478Include {
479 Options {
480 signature = MD5
481 }
482 File = /bin
483 File = /boot
484 File = /etc
485 File = /home
486 File = /root
487 File = /sbin
488 File = /srv
489 File = /usr/local/
490 File = /usr/src/packages
491 File = /var
492
493 #Exclude Dir Containing = EXCLUDE_FROM_BACKUP
494}
495Exclude {
496 # Bacula Restore Excluded
497 File = /bacula-restores
498 File = /home/*/.beagle
499 # KDE
500 File = /home/*/.kde/share/apps/kmail/dimap
501 File = /home/*/.kde/share/apps/amarok/podcasts
502 #
503 File = /home/*/.local/share/Trash/
504 # Mozilla
505 File = /home/*/.mozilla/firefox/*.default/Cache
506# Opera Cache
507 File = /home/*/.opera/cache*
508 File = /home/*/.opera/images*
509# mp3
510 File = /home/*/mp3
511# Flash
512 File = /home/*/.macromedia/
513#
514 File = /home/*/Privat
515 File = /home/*/.thumbnails
516 File = /home/*/.gvfs
517# nx
518 File = /home/*/.nx/images
519 File = /home/*/.nx/temp
520# system
521 File = /usr/src/packages/BUILD
522 File = /var/cache/beagle
523 File = /var/cache/man
524 File = /var/lib/smart/cache
525 File = /var/lib/smart/channels
526 File = /var/lib/zmd/zmd.db
527 File = /var/lib/zypp/cache
528 File = /var/spool/cups
529 File = /var/tmp
530 File = /vmware
531 File = /var/cache/zypp
532
533}
534 Exclude {
535 File = /home/maik/.ssh
536 File = /home/maik/.gnupg
537 File = /home/maik/privat
538 File = /home/tux
539 }
540 Include {
541 File = /vmware
542 File = /usr/share/xplanet
543 }
544}
545
546#
547# Server
548#
549
550
551# Server Set (Full set mit excludes)
552FileSet {
553 Name = "Server Set"
554 Exclude {
555 File = /proc
556 File = /sys
557 File = /tmp
558 File = /.journal
559 File = /.fsck
560 File = /var/lib/bacula/working
561 File = /proc
562 File = /sys
563 File = /tmp
564 File = /.journal
565 File = /.fsck
566 File = /var/lib/bacula/working
567 File = /opt/kde*
568 File = /opt/OpenOffice.org
569 File = /opt/gnome
570 File = /opt/snavigator
571 File = /opt/MozillaFirefox
572 File = /opt/Mozilla
573 File = /usr/share/doc
574 File = /usr/share/man
575 File = /usr/share/locale
576 File = /var/cache
577 File = /var/adm/YaST
578 File = /var/adm/backup
579# Home Excludes
580 File = /home/*/.beagle
581 File = /home/*/.kde/share/apps/kmail/dimap
582 File = /home/*/.kde/share/apps/amarok/podcasts
583 File = /home/*/.mozilla/firefox/*.default/Cache
584# Opera Cache
585 File = /home/*/.opera/cache*
586 File = /home/*/.opera/images*
587# mp3
588 File = /home/*/mp3
589# Flash
590 File = /home/*/.macromedia/
591 File = /home/*/Privat
592 File = /home/*/.thumbnails
593 }
594}
595
596
597FileSet {
598 Name = "dom set"
599 Include {
600 Options {
601 signature = MD5
602 }
603 File = /
604 File = /etc
605 File = /var/db_dumps/
606 File = /srv/www/
607 File = /srv/plone
608 }
609 Exclude {
610 File = /proc
611 File = /tmp
612 File = /.journal
613 File = /.fsck
614 File = /var/lib/bacula/working
615 File = /proc
616 File = /sys
617 File = /tmp
618 File = /.journal
619 File = /.fsck
620 File = /var/lib/bacula/working
621 File = /opt/kde*
622 File = /opt/OpenOffice.org
623 File = /opt/gnome
624 File = /opt/snavigator
625 File = /opt/MozillaFirefox
626 File = /opt/Mozilla
627 File = /usr/share/doc
628 File = /usr/share/man
629 File = /usr/share/locale
630 File = /var/cache
631 File = /var/adm/YaST
632 File = /var/adm/backup
633# Home Excludes
634 File = /home/*/.beagle
635 File = /home/*/.kde/share/apps/kmail/dimap
636 File = /home/*/.kde/share/apps/amarok/podcasts
637 File = /home/*/.mozilla/firefox/*.default/Cache
638# Opera Cache
639 File = /home/*/.opera/cache*
640 File = /home/*/.opera/images*
641# mp3
642 File = /home/*/mp3
643# Flash
644 File = /home/*/.macromedia/
645 File = /home/*/Privat
646 File = /home/*/.thumbnails
647
648 }
649}
650
651FileSet {
652 Name = "rt set"
653 Include {
654 Options {
655 signature = MD5
656 }
657 File = /
658 File = /etc
659 File = /var/db_dumps/
660 File = /srv/www/
661 }
662 Exclude {
663 File = /proc
664 File = /tmp
665 File = /.journal
666 File = /.fsck
667 File = /var/lib/bacula/working
668 File = /proc
669 File = /sys
670 File = /tmp
671 File = /.journal
672 File = /.fsck
673 File = /var/lib/bacula/working
674 File = /opt/kde*
675 File = /opt/OpenOffice.org
676 File = /opt/gnome
677 File = /opt/snavigator
678 File = /opt/MozillaFirefox
679 File = /opt/Mozilla
680 File = /usr/share/doc
681 File = /usr/share/man
682 File = /usr/share/locale
683 File = /var/cache
684 File = /var/adm/YaST
685 File = /var/adm/backup
686# Home Excludes
687 File = /home/*/.beagle
688 File = /home/*/.kde/share/apps/kmail/dimap
689 File = /home/*/.kde/share/apps/amarok/podcasts
690 File = /home/*/.mozilla/firefox/*.default/Cache
691# Opera Cache
692 File = /home/*/.opera/cache*
693 File = /home/*/.opera/images*
694# mp3
695 File = /home/*/mp3
696# Flash
697 File = /home/*/.macromedia/
698 File = /home/*/Privat
699 File = /home/*/.thumbnails
700 }
701}
702
703FileSet {
704 Name = "www.dass-it.de set"
705Include {
706 Options {
707 signature = MD5
708 }
709 File = /
710 File = /bin
711 File = /boot
712 File = /etc
713 File = /home
714 File = /root
715 File = /sbin
716 File = /srv
717 File = /usr
718 File = /var
719}
720 Exclude {
721 File = /proc
722 File = /sys
723 File = /tmp
724 File = /.journal
725 File = /.fsck
726 File = /var/lib/bacula/working
727 File = /proc
728 File = /sys
729 File = /tmp
730 File = /.journal
731 File = /.fsck
732 File = /var/lib/bacula/working
733 File = /opt/kde*
734 File = /opt/OpenOffice.org
735 File = /opt/gnome
736 File = /opt/snavigator
737 File = /opt/MozillaFirefox
738 File = /opt/Mozilla
739 File = /usr/share/doc
740 File = /usr/share/man
741 File = /usr/share/locale
742 File = /var/cache
743 File = /var/adm/YaST
744 File = /var/adm/backup
745# Home Excludes
746 File = /home/*/.beagle
747 File = /home/*/.kde/share/apps/kmail/dimap
748 File = /home/*/.kde/share/apps/amarok/podcasts
749 File = /home/*/.mozilla/firefox/*.default/Cache
750# Opera Cache
751 File = /home/*/.opera/cache*
752 File = /home/*/.opera/images*
753# mp3
754 File = /home/*/mp3
755# Flash
756 File = /home/*/.macromedia/
757 File = /home/*/Privat
758 File = /home/*/.thumbnails
759 }
760 Exclude {
761# backup2l repository weglassen(31GB)
762 File = /usr/local/data/backup
763 File = /proc
764 File = /tmp
765 File = /.journal
766 File = /.fsck
767 File = /var/lib/bacula/working
768 File = /proc
769 File = /sys
770 File = /tmp
771 File = /.journal
772 File = /.fsck
773 File = /var/lib/bacula/working
774 File = /opt/kde*
775 File = /opt/OpenOffice.org
776 File = /opt/gnome
777 File = /opt/snavigator
778 File = /opt/MozillaFirefox
779 File = /opt/Mozilla
780 File = /usr/share/doc
781 File = /usr/share/man
782 File = /usr/share/locale
783 File = /var/cache
784 File = /var/adm/YaST
785 File = /var/adm/backup
786# Home Excludes
787 File = /home/*/.beagle
788 File = /home/*/.kde/share/apps/kmail/dimap
789 File = /home/*/.kde/share/apps/amarok/podcasts
790 File = /home/*/.mozilla/firefox/*.default/Cache
791# Opera Cache
792 File = /home/*/.opera/cache*
793 File = /home/*/.opera/images*
794# mp3
795 File = /home/*/mp3
796# Flash
797 File = /home/*/.macromedia/
798 File = /home/*/Privat
799 File = /home/*/.thumbnails
800 }
801}
802
803# Laptop manuela Linux
804FileSet {
805 Name = "manuelafileset"
806 Include {
807 Options {
808 signature = MD5
809 }
810 File = /home
811 File = /etc
812# File = /home/zverek/Fotos
813# File = "/windows/D"
814 }
815 Exclude {
816 File = /proc
817 File = /tmp
818 File = /.journal
819 File = /.fsck
820 File = /var/lib/bacula
821 File = /proc
822 File = /sys
823 File = /tmp
824 File = /.journal
825 File = /.fsck
826 File = /var/lib/bacula/working
827 File = /opt/kde*
828 File = /opt/OpenOffice.org
829 File = /opt/gnome
830 File = /opt/snavigator
831 File = /opt/MozillaFirefox
832 File = /opt/Mozilla
833 File = /usr/share/doc
834 File = /usr/share/man
835 File = /usr/share/locale
836 File = /var/cache
837 File = /var/adm/YaST
838 File = /var/adm/backup
839# @/etc/bacula/filesets/home_excludes
840 }
841}
842
843# Laptop torsten maus Linux
844FileSet {
845 Name = "torstenfileset"
846 Ignore FileSet Changes = yes
847 Include {
848 Options {
849 signature = MD5
850 }
851 File = /home
852 File = /
853}
854 Exclude {
855 File = /home/torsten/download/*
856 File = /home/torsten/dass-it/*
857 File = /home/torsten/.VirtualBox/*
858 File = /home/torsten/Bilder/*
859 File = /home/torsten/Dokumente/*
860 File = /home/torsten/download/*
861 File = /home/torsten/Sim*
862 File = /proc
863 File = /tmp
864 File = /.journal
865 File = /.fsck
866 File = /var/lib/bacula
867 File = /proc
868 File = /sys
869 File = /tmp
870 File = /.journal
871 File = /.fsck
872 File = /var/lib/bacula/working
873 File = /opt/kde*
874 File = /opt/OpenOffice.org
875 File = /opt/gnome
876 File = /opt/snavigator
877 File = /opt/MozillaFirefox
878 File = /opt/Mozilla
879 File = /usr/share/doc
880 File = /usr/share/man
881 File = /usr/share/locale
882 File = /var/cache
883 File = /var/adm/YaST
884 File = /var/adm/backup
885# @/etc/bacula/filesets/home_excludes
886 }
887}
888
889# Laptop sebastian lederer Linux
890FileSet {
891 Name = "sledererfileset"
892 Include {
893 Options {
894 signature = MD5
895 }
896 File = /home
897 File = /etc
898# File = /home/zverek/Fotos
899# File = "/windows/D"
900 }
901 Exclude {
902 File = /proc
903 File = /tmp
904 File = /.journal
905 File = /.fsck
906 File = /var/lib/bacula
907 File = /proc
908 File = /sys
909 File = /tmp
910 File = /.journal
911 File = /.fsck
912 File = /var/lib/bacula/working
913 File = /opt/kde*
914 File = /opt/OpenOffice.org
915 File = /opt/gnome
916 File = /opt/snavigator
917 File = /opt/MozillaFirefox
918 File = /opt/Mozilla
919 File = /usr/share/doc
920 File = /usr/share/man
921 File = /usr/share/locale
922 File = /var/cache
923 File = /var/adm/YaST
924 File = /var/adm/backup
925# @/etc/bacula/filesets/home_excludes
926 }
927}
928
929# Laptop erol Linux
930FileSet {
931 Name = "erolfileset"
932 Include {
933 Options {
934 signature = MD5
935 }
936 File = /home
937 File = /etc
938# File = /home/zverek/Fotos
939# File = "/windows/D"
940 }
941 Exclude {
942 File = /home/erol/dass-it
943 File = /home/erol/.VirtualBox
944 File = /home/erol/bacula-restores
945 File = /.journal
946 File = /.fsck
947 File = /var/lib/bacula
948 File = /proc
949 File = /sys
950 File = /tmp
951 File = /.journal
952 File = /.fsck
953 File = /var/lib/bacula/working
954 File = /opt/kde*
955 File = /opt/OpenOffice.org
956 File = /opt/gnome
957 File = /opt/snavigator
958 File = /opt/MozillaFirefox
959 File = /opt/Mozilla
960 File = /usr/share/doc
961 File = /usr/share/man
962 File = /usr/share/locale
963 File = /var/cache
964 File = /var/adm/YaST
965 File = /var/adm/backup
966# @/etc/bacula/filesets/home_excludes
967 }
968}
969
970# Laptop Lena Windows
971FileSet {
972 Name = "zverekfileset-win"
973 Enable VSS = yes
974 Include {
975 Options {
976 compression=GZIP
977 signature = MD5
978# Exclude = yes
979 IgnoreCase = yes
980 }
981 File = "D:/dass-it"
982 }
983}
984
985
986FileSet {
987 Name = "neboskefileset"
988 Include {
989 Options {
990 signature = MD5
991 }
992 File = /home
993 File = /
994 File = /etc
995 }
996
997 Exclude {
998 File = /proc
999 File = /tmp
1000 File = /.journal
1001 File = /.fsck
1002 File = /var/lib/bacula
1003 File = /proc
1004 File = /sys
1005 File = /tmp
1006 File = /.journal
1007 File = /.fsck
1008 File = /var/lib/bacula/working
1009 File = /opt/kde*
1010 File = /opt/OpenOffice.org
1011 File = /opt/gnome
1012 File = /opt/snavigator
1013 File = /opt/MozillaFirefox
1014 File = /opt/Mozilla
1015 File = /usr/share/doc
1016 File = /usr/share/man
1017 File = /usr/share/locale
1018 File = /var/cache
1019 File = /var/adm/YaST
1020 File = /var/adm/backup
1021# Home Excludes
1022 File = /home/*/.beagle
1023 File = /home/*/.kde/share/apps/kmail/dimap
1024 File = /home/*/.kde/share/apps/amarok/podcasts
1025 File = /home/*/.mozilla/firefox/*.default/Cache
1026# Opera Cache
1027 File = /home/*/.opera/cache*
1028 File = /home/*/.opera/images*
1029# mp3
1030 File = /home/*/mp3
1031# Flash
1032 File = /home/*/.macromedia/
1033 File = /home/*/Privat
1034 File = /home/*/.thumbnails
1035 }
1036}
1037
1038FileSet {
1039 Name = "morbofileset"
1040 Include {
1041 Options {
1042 signature = MD5
1043 }
1044 File = /
1045 }
1046 Exclude {
1047 File = /proc
1048 File = /tmp
1049 File = /.journal
1050 File = /.fsck
1051 File = /var/lib/bacula
1052 File = /proc
1053 File = /sys
1054 File = /tmp
1055 File = /.journal
1056 File = /.fsck
1057 File = /var/lib/bacula/working
1058 File = /opt/kde*
1059 File = /opt/OpenOffice.org
1060 File = /opt/gnome
1061 File = /opt/snavigator
1062 File = /opt/MozillaFirefox
1063 File = /opt/Mozilla
1064 File = /usr/share/doc
1065 File = /usr/share/man
1066 File = /usr/share/locale
1067 File = /var/cache
1068 File = /var/adm/YaST
1069 File = /var/adm/backup
1070# Home Excludes
1071 File = /home/*/.beagle
1072 File = /home/*/.kde/share/apps/kmail/dimap
1073 File = /home/*/.kde/share/apps/amarok/podcasts
1074 File = /home/*/.mozilla/firefox/*.default/Cache
1075# Opera Cache
1076 File = /home/*/.opera/cache*
1077 File = /home/*/.opera/images*
1078# mp3
1079 File = /home/*/mp3
1080# Flash
1081 File = /home/*/.macromedia/
1082 File = /home/*/Privat
1083 File = /home/*/.thumbnails
1084 }
1085}
1086
1087# List of files to be backed up
1088FileSet {
1089 Name = "farnsworth set"
1090Include {
1091 Options {
1092 signature = MD5
1093 }
1094 File = /
1095 File = /bin
1096 File = /boot
1097 File = /etc
1098 File = /home
1099 File = /root
1100 File = /sbin
1101 File = /srv
1102 File = /usr
1103 File = /var
1104}
1105 Exclude {
1106 File = /proc
1107 File = /sys
1108 File = /tmp
1109 File = /.journal
1110 File = /.fsck
1111 File = /var/lib/bacula/working
1112 File = /proc
1113 File = /sys
1114 File = /tmp
1115 File = /.journal
1116 File = /.fsck
1117 File = /var/lib/bacula/working
1118 File = /opt/kde*
1119 File = /opt/OpenOffice.org
1120 File = /opt/gnome
1121 File = /opt/snavigator
1122 File = /opt/MozillaFirefox
1123 File = /opt/Mozilla
1124 File = /usr/share/doc
1125 File = /usr/share/man
1126 File = /usr/share/locale
1127 File = /var/cache
1128 File = /var/adm/YaST
1129 File = /var/adm/backup
1130# Home Excludes
1131 File = /home/*/.beagle
1132 File = /home/*/.kde/share/apps/kmail/dimap
1133 File = /home/*/.kde/share/apps/amarok/podcasts
1134 File = /home/*/.mozilla/firefox/*.default/Cache
1135# Opera Cache
1136 File = /home/*/.opera/cache*
1137 File = /home/*/.opera/images*
1138# mp3
1139 File = /home/*/mp3
1140# Flash
1141 File = /home/*/.macromedia/
1142 File = /home/*/Privat
1143 File = /home/*/.thumbnails
1144 }
1145 Include {
1146 Options {
1147 signature = MD5
1148 wildfile = "*.iso"
1149 Exclude = yes
1150 }
1151 File = /
1152 File = /space
1153 File = /boot
1154 }
1155 Exclude {
1156 File = /proc
1157 File = /tmp
1158 File = /.journal
1159 File = /.fsck
1160 File = /var/lib/bacula/working
1161 File = /space/dist
1162 File = /proc
1163 File = /sys
1164 File = /tmp
1165 File = /.journal
1166 File = /.fsck
1167 File = /var/lib/bacula/working
1168 File = /opt/kde*
1169 File = /opt/OpenOffice.org
1170 File = /opt/gnome
1171 File = /opt/snavigator
1172 File = /opt/MozillaFirefox
1173 File = /opt/Mozilla
1174 File = /usr/share/doc
1175 File = /usr/share/man
1176 File = /usr/share/locale
1177 File = /var/cache
1178 File = /var/adm/YaST
1179 File = /var/adm/backup
1180# Home Excludes
1181 File = /home/*/.beagle
1182 File = /home/*/.kde/share/apps/kmail/dimap
1183 File = /home/*/.kde/share/apps/amarok/podcasts
1184 File = /home/*/.mozilla/firefox/*.default/Cache
1185# Opera Cache
1186 File = /home/*/.opera/cache*
1187 File = /home/*/.opera/images*
1188# mp3
1189 File = /home/*/mp3
1190# Flash
1191 File = /home/*/.macromedia/
1192 File = /home/*/Privat
1193 File = /home/*/.thumbnails
1194 }
1195}
1196
1197# List of files to be backed up
1198FileSet {
1199 Name = "futurama set"
1200 Include {
1201 Options {
1202 signature = MD5
1203 }
1204 File = /
1205 File = /raidspace
1206 File = /boot
1207 File = /var/tmp/db_backup
1208 }
1209 Exclude {
1210 File = /proc
1211 File = /tmp
1212 File = /.journal
1213 File = /.fsck
1214 File = /var/lib/bacula/working
1215 File = /raidspace/srv/www/htdocs/ms_technet_evaluations
1216 File = /proc
1217 File = /sys
1218 File = /tmp
1219 File = /.journal
1220 File = /.fsck
1221 File = /var/lib/bacula/working
1222 File = /opt/kde*
1223 File = /opt/OpenOffice.org
1224 File = /opt/gnome
1225 File = /opt/snavigator
1226 File = /opt/MozillaFirefox
1227 File = /opt/Mozilla
1228 File = /usr/share/doc
1229 File = /usr/share/man
1230 File = /usr/share/locale
1231 File = /var/cache
1232 File = /var/adm/YaST
1233 File = /var/adm/backup
1234# Home Excludes
1235 File = /home/*/.beagle
1236 File = /home/*/.kde/share/apps/kmail/dimap
1237 File = /home/*/.kde/share/apps/amarok/podcasts
1238 File = /home/*/.mozilla/firefox/*.default/Cache
1239# Opera Cache
1240 File = /home/*/.opera/cache*
1241 File = /home/*/.opera/images*
1242# mp3
1243 File = /home/*/mp3
1244# Flash
1245 File = /home/*/.macromedia/
1246 File = /home/*/Privat
1247 File = /home/*/.thumbnails
1248
1249 }
1250}
1251
1252# List of files to be backed up
1253FileSet {
1254 Name = "glotzkowski-fileset"
1255 Include {
1256 Options {
1257 signature = MD5
1258 }
1259 File = /
1260 }
1261 Exclude {
1262 File = /proc
1263 File = /tmp
1264 File = /.journal
1265 File = /.fsck
1266 File = /home/*/.gvfs
1267 File = /proc
1268 File = /sys
1269 File = /tmp
1270 File = /.journal
1271 File = /.fsck
1272 File = /var/lib/bacula/working
1273 File = /opt/kde*
1274 File = /opt/OpenOffice.org
1275 File = /opt/gnome
1276 File = /opt/snavigator
1277 File = /opt/MozillaFirefox
1278 File = /opt/Mozilla
1279 File = /usr/share/doc
1280 File = /usr/share/man
1281 File = /usr/share/locale
1282 File = /var/cache
1283 File = /var/adm/YaST
1284 File = /var/adm/backup
1285# Home Excludes
1286 File = /home/*/.beagle
1287 File = /home/*/.kde/share/apps/kmail/dimap
1288 File = /home/*/.kde/share/apps/amarok/podcasts
1289 File = /home/*/.mozilla/firefox/*.default/Cache
1290# Opera Cache
1291 File = /home/*/.opera/cache*
1292 File = /home/*/.opera/images*
1293# mp3
1294 File = /home/*/mp3
1295# Flash
1296 File = /home/*/.macromedia/
1297 File = /home/*/Privat
1298 File = /home/*/.thumbnails
1299
1300 }
1301}
1302
1303FileSet {
1304 Name = "Otrs Set"
1305Include {
1306 Options {
1307 signature = MD5
1308 }
1309 File = /
1310 File = /bin
1311 File = /boot
1312 File = /etc
1313 File = /home
1314 File = /root
1315 File = /sbin
1316 File = /srv
1317 File = /usr
1318 File = /var
1319}
1320 Exclude {
1321 File = /proc
1322 File = /sys
1323 File = /tmp
1324 File = /.journal
1325 File = /.fsck
1326 File = /var/lib/bacula/working
1327 File = /proc
1328 File = /sys
1329 File = /tmp
1330 File = /.journal
1331 File = /.fsck
1332 File = /var/lib/bacula/working
1333 File = /opt/kde*
1334 File = /opt/OpenOffice.org
1335 File = /opt/gnome
1336 File = /opt/snavigator
1337 File = /opt/MozillaFirefox
1338 File = /opt/Mozilla
1339 File = /usr/share/doc
1340 File = /usr/share/man
1341 File = /usr/share/locale
1342 File = /var/cache
1343 File = /var/adm/YaST
1344 File = /var/adm/backup
1345# Home Excludes
1346 File = /home/*/.beagle
1347 File = /home/*/.kde/share/apps/kmail/dimap
1348 File = /home/*/.kde/share/apps/amarok/podcasts
1349 File = /home/*/.mozilla/firefox/*.default/Cache
1350# Opera Cache
1351 File = /home/*/.opera/cache*
1352 File = /home/*/.opera/images*
1353# mp3
1354 File = /home/*/mp3
1355# Flash
1356 File = /home/*/.macromedia/
1357 File = /home/*/Privat
1358 File = /home/*/.thumbnails
1359 }
1360 Include {
1361 Options {
1362 signature = MD5
1363 }
1364# File = /
1365 File = /etc
1366 File = /var/tmp/otrsbackup/
1367 File = /var/log
1368 }
1369 Exclude {
1370 File = /proc
1371 File = /tmp
1372 File = /.journal
1373 File = /.fsck
1374 File = /var/lib/bacula/working
1375 File = /proc
1376 File = /sys
1377 File = /tmp
1378 File = /.journal
1379 File = /.fsck
1380 File = /var/lib/bacula/working
1381 File = /opt/kde*
1382 File = /opt/OpenOffice.org
1383 File = /opt/gnome
1384 File = /opt/snavigator
1385 File = /opt/MozillaFirefox
1386 File = /opt/Mozilla
1387 File = /usr/share/doc
1388 File = /usr/share/man
1389 File = /usr/share/locale
1390 File = /var/cache
1391 File = /var/adm/YaST
1392 File = /var/adm/backup
1393# Home Excludes
1394 File = /home/*/.beagle
1395 File = /home/*/.kde/share/apps/kmail/dimap
1396 File = /home/*/.kde/share/apps/amarok/podcasts
1397 File = /home/*/.mozilla/firefox/*.default/Cache
1398# Opera Cache
1399 File = /home/*/.opera/cache*
1400 File = /home/*/.opera/images*
1401# mp3
1402 File = /home/*/mp3
1403# Flash
1404 File = /home/*/.macromedia/
1405 File = /home/*/Privat
1406 File = /home/*/.thumbnails
1407
1408 }
1409}
1410
1411
1412FileSet {
1413 Name = "Groundwork Set"
1414Include {
1415 Options {
1416 signature = MD5
1417 }
1418 File = /
1419 File = /bin
1420 File = /boot
1421 File = /etc
1422 File = /home
1423 File = /root
1424 File = /sbin
1425 File = /srv
1426 File = /usr
1427 File = /var
1428}
1429 Exclude {
1430 File = /proc
1431 File = /sys
1432 File = /tmp
1433 File = /.journal
1434 File = /.fsck
1435 File = /var/lib/bacula/working
1436 File = /proc
1437 File = /sys
1438 File = /tmp
1439 File = /.journal
1440 File = /.fsck
1441 File = /var/lib/bacula/working
1442 File = /opt/kde*
1443 File = /opt/OpenOffice.org
1444 File = /opt/gnome
1445 File = /opt/snavigator
1446 File = /opt/MozillaFirefox
1447 File = /opt/Mozilla
1448 File = /usr/share/doc
1449 File = /usr/share/man
1450 File = /usr/share/locale
1451 File = /var/cache
1452 File = /var/adm/YaST
1453 File = /var/adm/backup
1454# Home Excludes
1455 File = /home/*/.beagle
1456 File = /home/*/.kde/share/apps/kmail/dimap
1457 File = /home/*/.kde/share/apps/amarok/podcasts
1458 File = /home/*/.mozilla/firefox/*.default/Cache
1459# Opera Cache
1460 File = /home/*/.opera/cache*
1461 File = /home/*/.opera/images*
1462# mp3
1463 File = /home/*/mp3
1464# Flash
1465 File = /home/*/.macromedia/
1466 File = /home/*/Privat
1467 File = /home/*/.thumbnails
1468 }
1469 Include {
1470 Options {
1471 signature = MD5
1472 }
1473 File = /etc
1474 File = /usr/local/groundwork
1475 File = /usr/local/bin
1476 }
1477}
1478
1479FileSet {
1480 Name = "cups Set"
1481Include {
1482 Options {
1483 signature = MD5
1484 }
1485 File = /
1486 File = /bin
1487 File = /boot
1488 File = /etc
1489 File = /home
1490 File = /root
1491 File = /sbin
1492 File = /srv
1493 File = /usr
1494 File = /var
1495}
1496 Exclude {
1497 File = /proc
1498 File = /sys
1499 File = /tmp
1500 File = /.journal
1501 File = /.fsck
1502 File = /var/lib/bacula/working
1503 File = /proc
1504 File = /sys
1505 File = /tmp
1506 File = /.journal
1507 File = /.fsck
1508 File = /var/lib/bacula/working
1509 File = /opt/kde*
1510 File = /opt/OpenOffice.org
1511 File = /opt/gnome
1512 File = /opt/snavigator
1513 File = /opt/MozillaFirefox
1514 File = /opt/Mozilla
1515 File = /usr/share/doc
1516 File = /usr/share/man
1517 File = /usr/share/locale
1518 File = /var/cache
1519 File = /var/adm/YaST
1520 File = /var/adm/backup
1521# Home Excludes
1522 File = /home/*/.beagle
1523 File = /home/*/.kde/share/apps/kmail/dimap
1524 File = /home/*/.kde/share/apps/amarok/podcasts
1525 File = /home/*/.mozilla/firefox/*.default/Cache
1526# Opera Cache
1527 File = /home/*/.opera/cache*
1528 File = /home/*/.opera/images*
1529# mp3
1530 File = /home/*/mp3
1531# Flash
1532 File = /home/*/.macromedia/
1533 File = /home/*/Privat
1534 File = /home/*/.thumbnails
1535 }
1536 Include {
1537 Options {
1538 signature = MD5
1539 }
1540 File = /etc
1541 }
1542}
1543
1544FileSet {
1545 Name = "Barney Set"
1546 Include {
1547 Options {
1548 signature = MD5
1549 }
1550#
1551# Put your list of files here, preceded by 'File =', one per line
1552# or include an external list with:
1553#
1554# File = <file-name
1555#
1556# Note: / backs up everything on the root partition.
1557# if you have other partitons such as /usr or /home
1558# you will probably want to add them too.
1559#
1560# By default this is defined to point to the Bacula build
1561# directory to give a reasonable FileSet to backup to
1562# disk storage during initial testing.
1563#
1564# File = /etc
1565# File = /vmware
1566 File = /vmware/joergs/suse_10.2_deuta_build
1567 File = /vmware/SLES10_RT
1568 }
1569
1570#
1571# If you backup the root directory, the following two excluded
1572# files can be useful
1573#
1574 Exclude {
1575 File = /proc
1576 File = /tmp
1577 File = /.journal
1578 File = /.fsck
1579 File = /var/lib/bacula/working
1580 File = /vmware
1581 File = /proc
1582 File = /sys
1583 File = /tmp
1584 File = /.journal
1585 File = /.fsck
1586 File = /var/lib/bacula/working
1587 File = /opt/kde*
1588 File = /opt/OpenOffice.org
1589 File = /opt/gnome
1590 File = /opt/snavigator
1591 File = /opt/MozillaFirefox
1592 File = /opt/Mozilla
1593 File = /usr/share/doc
1594 File = /usr/share/man
1595 File = /usr/share/locale
1596 File = /var/cache
1597 File = /var/adm/YaST
1598 File = /var/adm/backup
1599# Home Excludes
1600 File = /home/*/.beagle
1601 File = /home/*/.kde/share/apps/kmail/dimap
1602 File = /home/*/.kde/share/apps/amarok/podcasts
1603 File = /home/*/.mozilla/firefox/*.default/Cache
1604# Opera Cache
1605 File = /home/*/.opera/cache*
1606 File = /home/*/.opera/images*
1607# mp3
1608 File = /home/*/mp3
1609# Flash
1610 File = /home/*/.macromedia/
1611 File = /home/*/Privat
1612 File = /home/*/.thumbnails
1613 }
1614}
1615
1616FileSet {
1617 Name = "deuta-set"
1618 Include {
1619 Options {
1620 signature = MD5
1621 }
1622 File = /usr/src
1623 File = /var/lib/deuta
1624 File = /var/src
1625 File = /etc
1626 File = /root
1627 }
1628
1629 Exclude {
1630 File = /proc
1631 File = /sys
1632 File = /tmp
1633 File = /.journal
1634 File = /.fsck
1635 File = /var/lib/bacula/working
1636 File = /opt/kde*
1637 File = /opt/OpenOffice.org
1638 File = /opt/gnome
1639 File = /opt/snavigator
1640 File = /opt/MozillaFirefox
1641 File = /opt/Mozilla
1642 File = /usr/share/doc
1643 File = /usr/share/man
1644 File = /usr/share/locale
1645 File = /var/cache
1646 File = /var/adm/YaST
1647 File = /var/adm/backup
1648# Home Excludes
1649 File = /home/*/.beagle
1650 File = /home/*/.kde/share/apps/kmail/dimap
1651 File = /home/*/.kde/share/apps/amarok/podcasts
1652 File = /home/*/.mozilla/firefox/*.default/Cache
1653# Opera Cache
1654 File = /home/*/.opera/cache*
1655 File = /home/*/.opera/images*
1656# mp3
1657 File = /home/*/mp3
1658# Flash
1659 File = /home/*/.macromedia/
1660 File = /home/*/Privat
1661 File = /home/*/.thumbnails
1662 }
1663
1664}
1665
1666FileSet {
1667 Name = "deuta-sles7-set"
1668 Include {
1669 Options {
1670 signature = MD5
1671 }
1672 File = /deuta
1673 File = /etc
1674 File = /root
1675 }
1676
1677 Exclude {
1678 File = /proc
1679 File = /sys
1680 File = /tmp
1681 File = /.journal
1682 File = /.fsck
1683 File = /var/lib/bacula/working
1684 File = /opt/kde*
1685 File = /opt/OpenOffice.org
1686 File = /opt/gnome
1687 File = /opt/snavigator
1688 File = /opt/MozillaFirefox
1689 File = /opt/Mozilla
1690 File = /usr/share/doc
1691 File = /usr/share/man
1692 File = /usr/share/locale
1693 File = /var/cache
1694 File = /var/adm/YaST
1695 File = /var/adm/backup
1696# Home Excludes
1697 File = /home/*/.beagle
1698 File = /home/*/.kde/share/apps/kmail/dimap
1699 File = /home/*/.kde/share/apps/amarok/podcasts
1700 File = /home/*/.mozilla/firefox/*.default/Cache
1701# Opera Cache
1702 File = /home/*/.opera/cache*
1703 File = /home/*/.opera/images*
1704# mp3
1705 File = /home/*/mp3
1706# Flash
1707 File = /home/*/.macromedia/
1708 File = /home/*/Privat
1709 File = /home/*/.thumbnails
1710 }
1711
1712}
1713
1714# Testfileset für tests
1715FileSet {
1716 Name = "tmp"
1717 Include {
1718 Options {
1719 signature = MD5
1720 }
1721 File = /tmp
1722 }
1723}
1724
1725# Fileset für Archivierung
1726FileSet {
1727 Name = "Archive Set"
1728 Include {
1729 Options {
1730 signature = MD5
1731 }
1732 File = /archive
1733 }
1734}
1735
1736FileSet {
1737 Name = "bartfileset"
1738 Include {
1739 Options {
1740 signature = MD5
1741 }
1742 File = /home
1743 File = /
1744 File = /etc
1745 }
1746
1747 Exclude {
1748 File = /proc
1749 File = /tmp
1750 File = /.journal
1751 File = /.fsck
1752 File = /var/lib/bacula
1753 File = /proc
1754 File = /sys
1755 File = /tmp
1756 File = /.journal
1757 File = /.fsck
1758 File = /var/lib/bacula/working
1759 File = /opt/kde*
1760 File = /opt/OpenOffice.org
1761 File = /opt/gnome
1762 File = /opt/snavigator
1763 File = /opt/MozillaFirefox
1764 File = /opt/Mozilla
1765 File = /usr/share/doc
1766 File = /usr/share/man
1767 File = /usr/share/locale
1768 File = /var/cache
1769 File = /var/adm/YaST
1770 File = /var/adm/backup
1771# Home Excludes
1772 File = /home/*/.beagle
1773 File = /home/*/.kde/share/apps/kmail/dimap
1774 File = /home/*/.kde/share/apps/amarok/podcasts
1775 File = /home/*/.mozilla/firefox/*.default/Cache
1776# Opera Cache
1777 File = /home/*/.opera/cache*
1778 File = /home/*/.opera/images*
1779# mp3
1780 File = /home/*/mp3
1781# Flash
1782 File = /home/*/.macromedia/
1783 File = /home/*/Privat
1784 File = /home/*/.thumbnails
1785 }
1786}
1787
1788FileSet {
1789 Name = "database1 set base"
1790 Include {
1791 Options {
1792 signature = MD5
1793 }
1794 File = /
1795 }
1796 Exclude {
1797 File = /var/lib/pgsql/data
1798 File = /proc
1799 File = /sys
1800 File = /tmp
1801 File = /.journal
1802 File = /.fsck
1803 File = /var/lib/bacula/working
1804 File = /opt/kde*
1805 File = /opt/OpenOffice.org
1806 File = /opt/gnome
1807 File = /opt/snavigator
1808 File = /opt/MozillaFirefox
1809 File = /opt/Mozilla
1810 File = /usr/share/doc
1811 File = /usr/share/man
1812 File = /usr/share/locale
1813 File = /var/cache
1814 File = /var/adm/YaST
1815 File = /var/adm/backup
1816 }
1817}
1818
1819FileSet {
1820 Name = "database1 set dbs"
1821 Include {
1822 Options {
1823 signature = MD5
1824 readfifo = yes
1825 }
1826 Plugin = "bpipe:/MYSQL/mysql.sql:mysqldump -f --opt --databases mysql:mysql"
1827 Plugin = "bpipe:/MYSQL/information_schema.sql:mysqldump -f --opt --databases information_schema:mysql"
1828 Plugin = "bpipe:/MYSQL/mnogosearch.sql:mysqldump -f --opt --databases mnogosearch:mysql"
1829 Plugin = "bpipe:/MYSQL/nagios_ndo.sql:mysqldump -f --opt --databases nagios_ndo:mysql"
1830 File = "/var/lib/pgsql/data/pg_hba.conf"
1831 File = "/var/lib/pgsql/data/pg_ident.conf"
1832 File = "/var/lib/pgsql/data/postgresql.conf"
1833 File = "/var/lib/pgsql/data/postmaster.opts"
1834 File = "/var/lib/pgsql/data/dump/globalobjects.dump"
1835 File = "\\</var/lib/pgsql/data/dump/fifo.list"
1836 }
1837}
1838
1839FileSet {
1840 Name = "tracfileset"
1841 Include {
1842 Options {
1843 signature = MD5
1844 }
1845 File = /
1846 File = /srv
1847 }
1848
1849 Exclude {
1850 File = /proc
1851 File = /tmp
1852 File = /.journal
1853 File = /.fsck
1854 File = /var/lib/bacula
1855 File = /proc
1856 File = /sys
1857 File = /tmp
1858 File = /.journal
1859 File = /.fsck
1860 File = /var/lib/bacula/working
1861 File = /opt/kde*
1862 File = /opt/OpenOffice.org
1863 File = /opt/gnome
1864 File = /opt/snavigator
1865 File = /opt/MozillaFirefox
1866 File = /opt/Mozilla
1867 File = /usr/share/doc
1868 File = /usr/share/man
1869 File = /usr/share/locale
1870 File = /var/cache
1871 File = /var/adm/YaST
1872 File = /var/adm/backup
1873 }
1874}
1875
1876FileSet {
1877 Name = "trac set dbs"
1878 Include {
1879 Options {
1880 signature = MD5
1881 readfifo = yes
1882 }
1883 File = "/srv/pgsql/data/pg_hba.conf"
1884 File = "/srv/pgsql/data/pg_ident.conf"
1885 File = "/srv/pgsql/data/postgresql.conf"
1886 File = "/srv/pgsql/data/postmaster.opts"
1887 File = "/srv/pgsql/data/dump/globalobjects.dump"
1888 File = "\\</srv/pgsql/data/dump/fifo.list"
1889 }
1890}
1891
1892FileSet {
1893 Name = "pstorz222fileset"
1894 Include {
1895 Options {
1896 signature = MD5
1897 }
1898 File = /backup
1899 File = /root
1900 File = /etc
1901 }
1902# Exclude {
1903# File = /proc
1904# File = /tmp
1905# File = /.journal
1906# File = /.fsck
1907# File = /srv/svn
1908# File = /var/lib/bacula
1909# @/etc/bacula/filesets/server_excludes
1910# }
1911}
1912
1913FileSet {
1914 Name = "ox set"
1915 Include {
1916 Options {
1917 signature = MD5
1918 }
1919 File = /
1920 File = /var/lib/mysql-dumps
1921 File = /opt
1922 File = /home/filestore
1923 File = /home/funambol
1924 File = /etc/apache2
1925 }
1926 Exclude {
1927# File = /proc
1928# File = /tmp
1929# File = /.journal
1930# File = /.fsck
1931# File = /srv/svn
1932# File = /var/lib/bacula
1933 File = /proc
1934 File = /sys
1935 File = /tmp
1936 File = /.journal
1937 File = /.fsck
1938 File = /var/lib/bacula/working
1939 File = /opt/kde*
1940 File = /opt/OpenOffice.org
1941 File = /opt/gnome
1942 File = /opt/snavigator
1943 File = /opt/MozillaFirefox
1944 File = /opt/Mozilla
1945 File = /usr/share/doc
1946 File = /usr/share/man
1947 File = /usr/share/locale
1948 File = /var/cache
1949 File = /var/adm/YaST
1950 File = /var/adm/backup
1951 }
1952}
1953
1954FileSet {
1955 Name = "gemeinschaft set"
1956 Include {
1957 Options {
1958 signature = MD5
1959 }
1960 File = /
1961 File = /opt
1962 File = /usr
1963 File = /var
1964 File = /boot
1965 }
1966 Exclude {
1967# File = /proc
1968# File = /tmp
1969# File = /.journal
1970# File = /.fsck
1971# File = /srv/svn
1972# File = /var/lib/bacula
1973 File = /proc
1974 File = /sys
1975 File = /tmp
1976 File = /.journal
1977 File = /.fsck
1978 File = /var/lib/bacula/working
1979 File = /opt/kde*
1980 File = /opt/OpenOffice.org
1981 File = /opt/gnome
1982 File = /opt/snavigator
1983 File = /opt/MozillaFirefox
1984 File = /opt/Mozilla
1985 File = /usr/share/doc
1986 File = /usr/share/man
1987 File = /usr/share/locale
1988 File = /var/cache
1989 File = /var/adm/YaST
1990 File = /var/adm/backup
1991 }
1992}
1993
1994FileSet {
1995 Name = "win2k3-fileset"
1996 Enable VSS = yes
1997 Include {
1998 Options {
1999 compression=GZIP
2000 signature = MD5
2001 Exclude = yes
2002 IgnoreCase = yes
2003# Swap files
2004 WildFile = "[A-Z]:/pagefile.sys"
2005 }
2006 File = "C:/"
2007 }
2008}
2009
2010
2011
2012
2013FileSet {
2014 Name = "ESX-Fileset"
2015 Include {
2016 Options {
2017 signature = MD5
2018 }
2019# File = /vmfs/volumes/peters-ps5000-storage/vcbsnaps
2020 }
2021# Exclude {
2022# File = /proc
2023# File = /tmp
2024# File = /.journal
2025# File = /.fsck
2026# File = /srv/svn
2027# File = /var/lib/bacula
2028# @/etc/bacula/filesets/server_excludes
2029# }
2030}
2031
2032FileSet {
2033 Name = "ucs1-fileset"
2034 Include {
2035 Options {
2036 signature = MD5
2037 }
2038 File = /var/lib/
2039 File = /etc/
2040}
2041}
2042
2043FileSet {
2044 Name = "ucs3-fileset"
2045 Include {
2046 Options {
2047 signature = MD5
2048 }
2049 File = /var/spool/
2050 File = /var/lib/
2051 File = /etc/
2052}
2053}
2054
2055
2056FileSet {
2057 Name = "vcbproxy-fileset"
2058 Enable VSS = yes
2059 Include {
2060 Options {
2061 compression=GZIP
2062 signature = MD5
2063 Exclude = yes
2064 IgnoreCase = yes
2065# Swap files
2066 WildFile = "[A-Z]:/pagefile.sys"
2067 }
2068 File = "E:/"
2069 }
2070}
2071
2072
2073Fileset {
2074 Name = "neboske-esx-fileset"
2075 Include {
2076 Options {
2077 signature = MD5
2078 }
2079 File = /vmfs/volumes/peters-ps5000-storage
2080 File = /vmfs/volumes/499421f9-1137adfe-3308-001e682ef598
2081 File = /etc/
2082}
2083}
2084
2085Fileset {
2086 Name = "plone-devel-fileset"
2087 Include {
2088 Options {
2089 signature = MD5
2090 }
2091 File = /home/plone
2092 File = /etc/
2093 File = /srv/plone
2094}
2095}
2096
2097Fileset {
2098 Name = "bacula-devel-fileset"
2099 Include {
2100 Options {
2101 signature = MD5
2102 }
2103 File = /home/
2104 File = /root/
2105 File = /etc/
2106}
2107}
2108
2109
2110Fileset {
2111 Name = "cryptoserver-fileset"
2112 Include {
2113 Options {
2114 signature = MD5
2115 }
2116 File = /usr/local/
2117 File = /var/lib/
2118 File = /root/
2119 File = /etc/
2120}
2121}
2122
2123Fileset {
2124 Name = "xenserver-fileset"
2125 Include {
2126 Options {
2127 signature = MD5
2128 }
2129 File = /etc
2130 File = /root
2131}
2132}
2133
2134
2135Fileset {
2136 Name = "ak-laptop-archive-fileset"
2137 Include {
2138 Options {
2139 signature = MD5
2140 }
2141 File = /space/restore/ak-laptop/
2142}
2143}
2144
2145
2146
2147
2148# List of files to be backed up
2149# den Installationsserver 1x in Monat wegsichern, komplett
2150# außer /bacula-filestorage
2151FileSet {
2152 Name = "installserver_iso-fileset"
2153 Include {
2154 Options {
2155 signature = MD5
2156 }
2157 File = /
2158 File = /boot
2159 File = /space
2160 }
2161 Exclude {
2162 # buildroot für osb
2163 File = /var/tmp/build-root/
2164 File = /proc
2165 File = /tmp
2166 File = /.journal
2167 File = /.fsck
2168 File = /var/lib/bacula/working
2169 File = /raidspace/srv/www/htdocs/ms_technet_evaluations
2170 #@/etc/bacula/filesets/server_excludes
2171 }
2172}
2173
2174FileSet {
2175 Name = "xenserver-host-backup-fileset"
2176 Include {
2177 Options {
2178 signature = MD5
2179 }
2180 File = /space/tmp/bacula-xen/xen-host-backup/
2181 }
2182}
2183
2184
2185
2186FileSet {
2187 Name = "solaris-fileset"
2188 Include {
2189 Options {
2190 signature = MD5
2191 }
2192 File = /etc
2193 File = /root
2194 File = /opt
2195 }
2196}
2197
2198# Exchange FileSet
2199
2200FileSet {
2201 Name = "exchange-fileset"
2202 Include {
2203 File = "C:/Program\ Files/Microsoft/Exchange\ Server/Mailbox/First\ Storage\ Group/"
2204 Plugin = "exchange:/@EXCHANGE/Microsoft Information Store"
2205 }
2206 Exclude {
2207 File = "C:/Program\ Files/Microsoft/Exchange\ Server/Mailbox/First\ Storage\ Group/E00.chk"
2208 File = "C:/Program\ Files/Microsoft/Exchange\ Server/Mailbox/First\ Storage\ Group/E00.log"
2209 File = "C:/Program\ Files/Microsoft/Exchange\ Server/Mailbox/First\ Storage\ Group/E000000F.log"
2210 File = "C:/Program\ Files/Microsoft/Exchange\ Server/Mailbox/First\ Storage\ Group/E0000010.log"
2211 File = "C:/Program\ Files/Microsoft/Exchange\ Server/Mailbox/First\ Storage\ Group/E0000011.log"
2212 File = "C:/Program\ Files/Microsoft/Exchange\ Server/Mailbox/First\ Storage\ Group/E00tmp.log"
2213 File = "C:/Program\ Files/Microsoft/Exchange\ Server/Mailbox/First\ Storage\ Group/Mailbox\ Database.edb"
2214 }
2215}
2216
2217FileSet {
2218 Name = "windows-ad-fileset"
2219 Include {
2220 File = "C:/"
2221 }
2222 Exclude {
2223 }
2224}
2225
2226FileSet {
2227 Name = "hyperv-fileset"
2228 Include {
2229 File = "C:/Windows"
2230 }
2231 Exclude {
2232 }
2233}
2234
2235
2236
2237# Include Jobs from bacula-dir-job.conf
2238Job {
2239 Name = "Archive"
2240 Client = "trac-fd"
2241 JobDefs = "Archive Job"
2242 FileSet = "Archive Set"
2243 # Write Bootstrap = "/var/lib/bacula/archive.bsr"
2244}
2245
2246Job {
2247 Name = "bacula"
2248 JobDefs = "ServerJob"
2249 # Write Bootstrap = "/var/lib/bacula/bacula.bsr"
2250 FileSet = "Full Set"
2251 Client = bacula-fd
2252# Spool Data = yes
2253}
2254
2255Job {
2256 Name = "bacula-devel"
2257 Client = "bacula-devel-fd"
2258 JobDefs = "ServerJob"
2259 FileSet = "bacula-devel-fileset"
2260 # Write Bootstrap = "/var/lib/bacula/bacula-devel.bsr"
2261}
2262
2263Job {
2264 Name = "bacula-full-installserver-iso"
2265 JobDefs = "ServerJob"
2266 Client = "bacula-fd"
2267 Storage = "TandbergT40"
2268 Pool = "Export-Server-Pool"
2269 Priority = 33
2270 Schedule = "server-ExportCycle"
2271 FileSet = "installserver_iso-fileset"
2272 Messages = "rt-message"
2273 # Write Bootstrap = "/var/lib/bacula/bacula-full-installserver-iso.bsr"
2274}
2275
2276Job {
2277 Name = "bacula-regression-opensolaris"
2278 Client = "bacula-regression-opensolaris-fd"
2279 JobDefs = "ServerJob"
2280 FileSet = "solaris-fileset"
2281 # Write Bootstrap = "/var/lib/bacula/bacula-regression-opensolaris.bsr"
2282}
2283
2284Job {
2285 Name = "cryptoserver"
2286 Client = "cryptoserver-fd"
2287 JobDefs = "ServerJob"
2288 FileSet = "cryptoserver-fileset"
2289 # Write Bootstrap = "/var/lib/bacula/cryptoserver.bsr"
2290}
2291
2292Job {
2293 Name = "cups"
2294 JobDefs = "ServerJob"
2295 # Write Bootstrap = "/var/lib/bacula/cups.bsr"
2296 FileSet = "cups Set"
2297 Client = cups-fd
2298# Spool Data = yes
2299}
2300
2301Job {
2302 Name = "database1-base"
2303 Client = database1-fd
2304 JobDefs = "ServerJob"
2305 FileSet = "database1 set base"
2306 # Write Bootstrap = "/var/lib/bacula/database1-base.bsr"
2307}
2308
2309Job {
2310 Name = "database1-dbs"
2311 JobDefs = "ServerJob"
2312 Level = Full
2313 FileSet="database1 set dbs"
2314 Client = database1-fd
2315 # This creates a backup of the databases with pg_dump to fifos
2316 Client Run Before Job = "/etc/bacula/prepare_postgres_backup.sh"
2317 # This deletes the backup and fifo files
2318 Client Run After Job = "/etc/bacula/cleanup_postgres_backup.sh"
2319 Priority = 17 # run after main backup
2320}
2321
2322Job {
2323 Name = "dom"
2324 JobDefs = "ServerJob"
2325 Description = " backup"
2326 # Write Bootstrap = "/var/lib/bacula/dom.bsr"
2327 FileSet = "dom set"
2328 Client = dom-fd
2329# Spool Data = yes
2330 Client Run Before Job = "/usr/local/bin/backup_rt_database.sh 'rt3 controlling mysql information_schema dassze piwik' fu7die3Y /var/db_dumps"
2331 Client Run Before Job = "/srv/plone/dassIT/bin/repozo -BvzQ -r /srv/plone/dassIT/backup/ -f /srv/plone/dassIT/var/filestorage/Data.fs"
2332 Client Run Before Job = "/srv/plone/bacula-konferenz/bin/repozo -BvzQ -r /srv/plone/bacula-konferenz/backup/ -f /srv/plone/bacula-konferenz/var/filestorage/Data.fs"
2333}
2334
2335## Laptop Erol
2336Job {
2337 FileSet = "erolfileset"
2338 Name = "erol"
2339 Client = erol-fd
2340 JobDefs = "LaptopJob"
2341 # Write Bootstrap = "/var/lib/bacula/erol.bsr"
2342}
2343
2344# Exchange Sicherung
2345
2346Job{
2347 Name = "exchange-server"
2348 Client = "exchange-fd"
2349 JobDefs = "ServerJob"
2350 FileSet = "exchange-fileset"
2351 # Write Bootstrap = "/var/lib/bacula/exchange.bsr"
2352 Enabled = no
2353}
2354
2355# Windows dassIT AD sicherung
2356
2357Job{
2358 Name = "windows-ad"
2359 Client = "ad-fd"
2360 JobDefs = "ServerJob"
2361 FileSet = "windows-ad-fileset"
2362 Write Bootstrap = "/var/lib/bacula/domaincontoller-windows-ad.bsr"
2363 Enabled = no
2364}
2365
2366# Windows dassIT HyperV
2367
2368Job{
2369 Name = "hyperV"
2370 Client = "hyperv-fd"
2371 JobDefs = "ServerJob"
2372 FileSet = "hyperv-fileset"
2373 Write Bootstrap = "/var/lib/bacula/windows-hyperv.bsr"
2374 enabled = no
2375}
2376
2377
2378Job {
2379 Name = "futurama"
2380 Client = futurama-fd
2381 JobDefs = "ServerJob"
2382 FileSet = "futurama set"
2383 # Write Bootstrap = "/var/lib/bacula/futurama.bsr"
2384 Client Run Before Job = "/usr/local/bin/backup_database.sh 'buerokratiewikidb wikidb' /var/tmp/db_backup"
2385}
2386
2387Job {
2388 Name = "gaffel"
2389 Client = "gaffel-fd"
2390 JobDefs = "ServerJob"
2391 FileSet = "xenserver-fileset"
2392 # Write Bootstrap = "/var/lib/bacula/gaffel.bsr"
2393}
2394
2395Job {
2396 Name = "gaffel-host-backup"
2397 Client = "bacula-fd"
2398 JobDefs = "ServerJob"
2399 FileSet = "xenserver-host-backup-fileset"
2400 Run Before Job = "/usr/local/bin/xen-host-backup.sh gilden.dass-it gaffel.dass-it /space/tmp/bacula-xen/xen-host-backup"
2401 # Write Bootstrap = "/var/lib/bacula/gaffel-host-backup.bsr"
2402 Run After Job = "sh -c \"rm /space/tmp/bacula-xen/xen-host-backup/gaffel*\""
2403}
2404
2405Job {
2406 Name = "gemeinschaft"
2407 JobDefs = "ServerJob"
2408 Description = " backup"
2409 # Write Bootstrap = "/var/lib/bacula/gemeinschaft.bsr"
2410 FileSet = "gemeinschaft set"
2411 Client = gemeinschaft-fd
2412# Spool Data = yes
2413 Client Run Before Job = "/usr/local/bin/dump_mysqldb.sh"
2414# Client Run Before Job = "/home/plone/dassIT/bin/repozo -BvzQ -r /home/plone/dassIT/backup/ -f /home/plone/dassIT/var/filestorage/Data.fs"
2415}
2416
2417Job {
2418 Name = "gilden"
2419 Client = "gilden-fd"
2420 JobDefs = "ServerJob"
2421 FileSet = "xenserver-fileset"
2422 # Write Bootstrap = "/var/lib/bacula/gilden.bsr"
2423}
2424
2425Job {
2426 Name = "gilden-host-backup"
2427 Client = "bacula-fd"
2428 JobDefs = "ServerJob"
2429 FileSet = "xenserver-host-backup-fileset"
2430 Run Before Job = "/usr/local/bin/xen-host-backup.sh gilden.dass-it gilden.dass-it /space/tmp/bacula-xen/xen-host-backup"
2431 # Write Bootstrap = "/var/lib/bacula/gilden-host-backup.bsr"
2432 Run After Job = "sh -c \"rm /space/tmp/bacula-xen/xen-host-backup/gilden*\""
2433}
2434
2435Job {
2436 Name = "glotzkowski"
2437 Client = "glotzkowski-fd"
2438 JobDefs = "ServerJob"
2439 FileSet = "glotzkowski-fileset"
2440 # Write Bootstrap = "/var/lib/bacula/glotzkowski.bsr"
2441}
2442
2443Job {
2444 FileSet = "gonzofileset"
2445 Name = "gonzo"
2446 Client = gonzo-fd
2447 JobDefs = "LaptopJob"
2448 # Write Bootstrap = "/var/lib/bacula/gonzo.bsr"
2449# Spool Data = yes
2450}
2451
2452Job {
2453 Name = "groundwork"
2454 JobDefs = "ServerJob"
2455 # Write Bootstrap = "/var/lib/bacula/groundwork.bsr"
2456 FileSet = "Groundwork Set"
2457 Client = groundwork-fd
2458# Spool Data = yes
2459}
2460
2461Job {
2462 FileSet = "morbofileset"
2463 Name = "morbo"
2464 Client = morbo-fd
2465 JobDefs = "ServerJob"
2466 # Write Bootstrap = "/var/lib/bacula/morbo.bsr"
2467}
2468
2469Job {
2470 FileSet = "ostarafileset"
2471 Name = "ostara"
2472 Client = ostara-fd
2473 JobDefs = "LaptopJob"
2474 # Write Bootstrap = "/var/lib/bacula/ostara.bsr"
2475}
2476
2477Job {
2478 Name = "ox6"
2479 JobDefs = "ServerJob"
2480 Description = "ox backup"
2481 # Write Bootstrap = "/var/lib/bacula/ox.bsr"
2482 FileSet = "ox set"
2483 Client = ox6-fd
2484# Spool Data = yes
2485 Client Run Before Job = "/usr/local/bin/mysqldump-all.sh"
2486# Client Run Before Job = "/home/plone/dassIT/bin/repozo -BvzQ -r /home/plone/dassIT/backup/ -f /home/plone/dassIT/var/filestorage/Data.fs"
2487}
2488
2489Job {
2490 Name = "plone-devel"
2491 Client = "plone-devel-fd"
2492 JobDefs = "ServerJob"
2493 FileSet = "plone-devel-fileset"
2494 # Write Bootstrap = "/var/lib/bacula/plone-devel.bsr"
2495 Client Run Before Job = "/srv/plone/dassIT/bin/repozo -BvzQ -r /srv/plone/dassIT/backup/ -f /srv/plone/dassIT/var/filestorage/Data.fs"
2496}
2497
2498Job {
2499 FileSet = "puckfileset"
2500 Name = "puck"
2501 Client = puck-fd
2502 JobDefs = "LaptopJob"
2503 # Write Bootstrap = "/var/lib/bacula/puck.bsr"
2504# Spool Data = yes
2505}
2506
2507Job {
2508 Name = "sester-ESX"
2509 Client = "sester-fd"
2510 JobDefs = "ServerJob"
2511 FileSet = "ESX-Fileset"
2512 # Write Bootstrap = "/var/lib/bacula/sester.bsr"
2513}
2514
2515Job {
2516 Name = "sion-ESX"
2517 Client = "sion-fd"
2518 JobDefs = "ServerJob"
2519 FileSet = "ESX-Fileset"
2520 # Write Bootstrap = "/var/lib/bacula/sion.bsr"
2521}
2522
2523## Laptop Sebastian Lederer
2524Job {
2525 FileSet = "sledererfileset"
2526 Name = "slederer"
2527 Client = slederer-fd
2528 JobDefs = "LaptopJob"
2529 # Write Bootstrap = "/var/lib/bacula/slederer.bsr"
2530}
2531
2532## Laptop Tobias
2533Job {
2534 FileSet = "sledererfileset"
2535 Name = "tgoecke"
2536 Client = tgoecke-fd
2537 JobDefs = "LaptopJob"
2538 # Write Bootstrap = "/var/lib/bacula/torsten.bsr"
2539 enabled = no
2540}
2541
2542
2543Job {
2544 FileSet = "tingfileset"
2545 Name = "ting"
2546 Client = ting-fd
2547 JobDefs = "LaptopJob"
2548 # Write Bootstrap = "/var/lib/bacula/ting.bsr"
2549}
2550
2551## Laptop Torsten
2552Job {
2553 FileSet = "torstenfileset"
2554 Name = "torsten"
2555 Client = torsten-fd
2556 JobDefs = "LaptopJob"
2557 # Write Bootstrap = "/var/lib/bacula/torsten.bsr"
2558}
2559
2560Job {
2561 Name = "trac"
2562 Client = trac-fd
2563 JobDefs = "ServerJob"
2564 FileSet = "tracfileset"
2565 # Write Bootstrap = "/var/lib/bacula/trac.bsr"
2566}
2567
2568Job {
2569 Name = "trac-dbs"
2570 JobDefs = "ServerJob"
2571 Level = Full
2572 FileSet="trac set dbs"
2573 Client = trac-fd
2574 # This creates a backup of the databases with pg_dump to fifos
2575 Client Run Before Job = "/etc/bacula/prepare_postgres_backup.sh"
2576 # This deletes the backup and fifo files
2577 Client Run After Job = "/etc/bacula/cleanup_postgres_backup.sh"
2578 Priority = 17 # run after main backup
2579}
2580
2581
2582Job {
2583 Name = "cacti"
2584 JobDefs = "ServerJob"
2585 Level = Full
2586 FileSet="cacti-fileset"
2587 Client = cacti-fd
2588 # This creates a backup of the databases with pg_dump to fifos
2589 Client Run Before Job = "/usr/local/bin/dump_dbs.sh"
2590 # This deletes the backup and fifo files
2591 Client Run After Job = "/usr/local/bin/delete_dumps.sh"
2592}
2593
2594
2595Job {
2596 Name = "UCS1"
2597 Client = "ucs1-fd"
2598 JobDefs = "ServerJob"
2599 FileSet = "ucs3-fileset"
2600 # Write Bootstrap = "/var/lib/bacula/ucs1.bsr"
2601}
2602
2603Job {
2604 Name = "UCS3"
2605 Client = "ucs3-fd"
2606 JobDefs = "ServerJob"
2607 FileSet = "ucs3-fileset"
2608 # Write Bootstrap = "/var/lib/bacula/ucs3.bsr"
2609}
2610
2611Job {
2612 Name = "vcbproxy"
2613 Client = "vcbproxy-fd"
2614 JobDefs = "ServerJob"
2615 FileSet = "vcbproxy-fileset"
2616 Storage = TandbergT40
2617 enabled = no
2618 # Write Bootstrap = "/var/lib/bacula/vcbproxy.bsr"
2619}
2620
2621Job {
2622 Name = "virtualcenter"
2623 Client = "virtualcenter-fd"
2624 JobDefs = "ServerJob"
2625 FileSet = "win2k3-fileset"
2626 # Write Bootstrap = "/var/lib/bacula/virtualcenter.bsr"
2627}
2628
2629## Backup des vcb proxy
2630#Job {
2631# Name = "vm-xp-vc-proxy"
2632# Client = "xp-vc-proxy-fd"
2633# JobDefs = "ServerJob"
2634# FileSet = "vm-xp-vc-proxy-Fileset"
2635## Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h localhost -u dassit -p linuxlinux -a name:BackupTest -L 6 -r c:/backups/BackupTest -m san "
2636# Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h localhost -u dassit -p linuxlinux -a name:BackupTest -r c:\\backups\\BackupTest -m san "
2637#
2638# Client Run After Job = "rmdir /S /Q c:\\backups\\BackupTest"
2639#}
2640
2641# Include Clients from bacula-dir-client.conf
2642# Client (File Services) to backup
2643
2644
2645#Client {
2646# Name = iu-vtiger-fd
2647# Address = iu-vtiger.dass-it
2648# FDPort = 9102
2649# Catalog = MyCatalog
2650# Password = "streng_geheim" # password
2651# File Retention = 6 months # 30 days
2652# Job Retention = 1 year # six months
2653# AutoPrune = yes # Prune expired Jobs/Files
2654#}
2655#
2656#Client {
2657# Name = iu-wiki-fd
2658# Address = iu-wiki.dass-it
2659# FDPort = 9102
2660# Catalog = MyCatalog
2661# Password = "streng_geheim" # password
2662# File Retention = 6 months # 30 days
2663# Job Retention = 1 year # six months
2664# AutoPrune = yes # Prune expired Jobs/Files
2665#}
2666
2667Client {
2668 Name = torsten-fd
2669 Address = babylon.dass-it
2670 FDPort = 9102
2671 Catalog = MyCatalog
2672 Password = "0d15a6070816497a1ed421b3caf580d5" # password
2673 File Retention = 6 months # 30 days
2674 Job Retention = 1 year # six months
2675 AutoPrune = yes # Prune expired Jobs/Files
2676}
2677
2678Client {
2679 Name = erol-fd
2680 Address = erol.dass-it
2681 FDPort = 9102
2682 Catalog = MyCatalog
2683 Password = "ui6Xahnagai9ohPhpha2NuaREeZahD3h" # password
2684 File Retention = 6 months # 30 days
2685 Job Retention = 1 year # six months
2686 AutoPrune = yes # Prune expired Jobs/Files
2687}
2688
2689
2690
2691
2692Client {
2693 Name = manuela-fd
2694 Address = manuela.dass-it
2695 FDPort = 9102
2696 Catalog = MyCatalog
2697 Password = "f01b1be7634888dcbead0386794e0369" # password
2698 File Retention = 6 months # 30 days
2699 Job Retention = 1 year # six months
2700 AutoPrune = yes # Prune expired Jobs/Files
2701}
2702
2703
2704
2705
2706#Client {
2707# Name = zverek-fd
2708# Address = zverek.dass-it
2709# FDPort = 9102
2710# Catalog = MyCatalog
2711# Password = "f01b1be7634888dcbead0386794e0369" # password
2712# File Retention = 6 months # 30 days
2713# Job Retention = 1 year # six months
2714# AutoPrune = yes # Prune expired Jobs/Files
2715#}
2716
2717
2718
2719#Client {
2720# Name = zverek-fd-win
2721# Address = zverek.dass-it
2722# FDPort = 9102
2723# Catalog = MyCatalog
2724# Password = "f01b1be7634888dcbead0386794e0369" # password
2725# File Retention = 6 months # 30 days
2726# Job Retention = 1 year # six months
2727# AutoPrune = yes # Prune expired Jobs/Files
2728#}
2729
2730Client {
2731 Name = deuta-fd
2732 Address = deuta-build.dass-it
2733 FDPort = 9102
2734 Catalog = MyCatalog
2735 Password = "f01b1be7634888dcbead0386794e0369" # password
2736 File Retention = 6 months # 30 days
2737 Job Retention = 1 year # six months
2738 AutoPrune = yes # Prune expired Jobs/Files
2739}
2740
2741Client {
2742 Name = deuta-sles7-fd
2743 Address = deuta-build-sles7.dass-it
2744 FDPort = 9102
2745 Catalog = MyCatalog
2746 Password = "f01b1be7634888dcbead0386794e0369" # password
2747 File Retention = 6 months # 30 days
2748 Job Retention = 1 year # six months
2749 AutoPrune = yes # Prune expired Jobs/Files
2750}
2751
2752Client {
2753 Name = leela-fd
2754 Address = 10.20.60.96
2755 FDPort = 9102
2756 Catalog = MyCatalog
2757 Password = "BKw6B2zQe4TIGTPtzVemB25RfVyYONoIIcoGVQpc9iUY" # password
2758 File Retention = 6 months # 30 days
2759 Job Retention = 1 year # six months
2760 AutoPrune = yes # Prune expired Jobs/Files
2761}
2762
2763Client {
2764 Name = rt-fd
2765 Address = 10.20.40.200
2766 FDPort = 9102
2767 Catalog = MyCatalog
2768 Password = "BKw6B2zQe4TIGTPtzVemB25RfVyYONoIIcoGVQpc9iUY" # password
2769 File Retention = 6 months # 30 days
2770 Job Retention = 1 year # six months
2771 AutoPrune = yes # Prune expired Jobs/Files
2772}
2773
2774Client {
2775 Name = dom-fd
2776 Address = 84.44.166.243
2777 FDPort = 9102
2778 Catalog = MyCatalog
2779 Password = "BKw6B2zQe4TIGTPtzVemB25RfVyYONoIIcoGVQpc9iUY" # password
2780 File Retention = 6 months # 30 days
2781 Job Retention = 1 year # six months
2782 AutoPrune = yes # Prune expired Jobs/Files
2783}
2784
2785Client {
2786 Name = ox6-fd
2787 Address = ox6.dass-it
2788 FDPort = 9102
2789 Catalog = MyCatalog
2790 Password = "Nlw2vp555z4vep0viaBpeALX6nlP9An8NQx5J/lLK9LY" # password
2791 File Retention = 6 months # 30 days
2792 Job Retention = 1 year # six months
2793 AutoPrune = yes # Prune expired Jobs/Files
2794}
2795
2796
2797Client {
2798 Name = gemeinschaft-fd
2799 Address = gemeinschaft.dass-it
2800 FDPort = 9102
2801 Catalog = MyCatalog
2802 Password = "Nlw2vp555z4vep0viaBpeALX6nlP9An8NQx5J/lLK9LY" # password
2803 File Retention = 6 months # 30 days
2804 Job Retention = 1 year # six months
2805 AutoPrune = yes # Prune expired Jobs/Files
2806}
2807
2808
2809Client {
2810 Name = www-fd
2811 Address = 127.0.0.1
2812 FDPort = 19102
2813 Catalog = MyCatalog
2814 Password = "c1WYkD0VRdJR1xbK8RWQfWJukDIpRCY8xkzTqrGFvEms" # password
2815 File Retention = 6 months # 30 days
2816 Job Retention = 1 year # six months
2817 AutoPrune = yes # Prune expired Jobs/Files
2818}
2819
2820Client {
2821 Name = gonzo-fd
2822# Address = 10.98.20.6
2823 Address = pstorz.dass-it
2824 FDPort = 9102
2825 Catalog = MyCatalog
2826 Password = "BKw6B2zQe4TIGTPtzVemB25RfVyYONoIIcoGVQpc9iUY" # password
2827 File Retention = 6 months # 30 days
2828 Job Retention = 1 year # six months
2829 AutoPrune = yes # Prune expired Jobs/Files
2830}
2831
2832Client {
2833 Name = puck-fd
2834# Address = 10.98.20.6
2835 Address = puck.dass-it
2836 FDPort = 9102
2837 Catalog = MyCatalog
2838 Password = "BKw6B2zQe4TIGTPtzVemB25RfVyYONoIIcoGVQpc9iUY" # password
2839 File Retention = 6 months # 30 days
2840 Job Retention = 1 year # six months
2841 AutoPrune = yes # Prune expired Jobs/Files
2842}
2843
2844
2845
2846Client {
2847 Name = slederer-fd
2848 Address = slederer.dass-it
2849 FDPort = 9102
2850 Catalog = MyCatalog
2851 Password = "BKw6B2zQe4TIGTPtzVemB18236DHuwhandfY" # password
2852 File Retention = 6 months # 30 days
2853 Job Retention = 1 year # six months
2854 AutoPrune = yes # Prune expired Jobs/Files
2855}
2856
2857Client {
2858 Name = tgoecke-fd
2859 Address = tgoecke.dass-it
2860 FDPort = 9102
2861 Catalog = MyCatalog
2862 Password ="hq+KtxX6nyb3SNvyMLIR35aVpecYS+z8BcRZZbypE+ph" # password
2863 File Retention = 6 months # 30 days
2864 Job Retention = 1 year # six months
2865 AutoPrune = yes # Prune expired Jobs/Files
2866}
2867
2868
2869
2870
2871Client {
2872 Name = sfriedel-fd
2873 Address = sfriedel.dass-it
2874 FDPort = 9102
2875 Catalog = MyCatalog
2876 Password = "Ceew2aihieTiy0agXeepo6Fewa8Joh7flaB8xaeWvieB4Ingoiroi9GeFai3unoo" # password
2877 File Retention = 6 months # 30 days
2878 Job Retention = 1 year # six months
2879 AutoPrune = yes # Prune expired Jobs/Files
2880}
2881
2882
2883
2884
2885Client {
2886 Name = ostara-fd
2887 Address = ostara.dass-it
2888 FDPort = 9102
2889 Catalog = MyCatalog
2890 Password = "1rtyxWW/jvwiHjsTq+QjZ2jTnRspInDFGKjvtRI2Lmny" # password
2891 File Retention = 6 months # 30 days
2892 Job Retention = 1 year # six months
2893 AutoPrune = yes # Prune expired Jobs/Files
2894}
2895
2896Client {
2897 Name = barney-fd
2898 Address = barney
2899 FDPort = 9102
2900 Catalog = MyCatalog
2901 Password = "1rtyxWW/jvwiHjsTq+QjZ2jTnRspInDFGKjvtRI2Lmny" # password
2902 File Retention = 6 months # 30 days
2903 Job Retention = 1 year # six months
2904 AutoPrune = yes # Prune expired Jobs/Files
2905}
2906
2907#Client {
2908# Name = terra-fd
2909# Address = terra-lnx10.dass-it # 10.20.40.215
2910# FDPort = 9102
2911# Catalog = MyCatalog
2912# Password = "1rtyxWW/jvwiHjsTq+QjZ2jTnRspInDFGKjvtRI2Lmny" # password
2913# File Retention = 6 months # 30 days
2914# Job Retention = 1 year # six months
2915# AutoPrune = yes # Prune expired Jobs/Files
2916#}
2917
2918Client {
2919 Name = farnsworth-fd
2920 Address = farnsworth.dass-it
2921 FDPort = 9102
2922 Catalog = MyCatalog
2923 Password = "1rtyxWW/jvwiHjsTq+QjZ2jTnRspInDFGKjvtRI2Lmny" # password
2924 File Retention = 6 months # 30 days
2925 Job Retention = 1 year # six months
2926 AutoPrune = yes # Prune expired Jobs/Files
2927}
2928
2929Client {
2930 Name = futurama-fd
2931 Address = futurama.dass-it
2932 FDPort = 9102
2933 Catalog = MyCatalog
2934 Password = "1rtyxWW/jvwiHjsTq+QjZ2jTnRspInDFGKjvtRI2Lmny" # password
2935 File Retention = 6 months # 30 days
2936 Job Retention = 1 year # six months
2937 AutoPrune = yes # Prune expired Jobs/Files
2938}
2939
2940Client {
2941 Name = groundwork-fd
2942 Address = groundwork.dass-it
2943 FDPort = 9102
2944 Catalog = MyCatalog
2945 Password = "1rtyxWW/jvwiHjsTq+QjZ2jTnRspInDFGKjvtRI2Lmny" # password
2946 File Retention = 6 months # 30 days
2947 Job Retention = 1 year # six months
2948 AutoPrune = yes # Prune expired Jobs/Files
2949}
2950
2951Client {
2952 Name = cups-fd
2953 Address = cups.dass-it
2954 FDPort = 9102
2955 Catalog = MyCatalog
2956 Password = "YQoXzju6Ds6BHg7aNx40A6tmgpn4eD" # password
2957 File Retention = 6 months # 30 days
2958 Job Retention = 1 year # six months
2959 AutoPrune = yes # Prune expired Jobs/Files
2960}
2961
2962Client {
2963 Name = neboske-fd
2964 Address = neboske.dass-it
2965 FDPort = 9102
2966 Catalog = MyCatalog
2967 Password = "1rtyxWW/jvwiHjsTq+QjZ2jTnRspInDFGKjvtRI2Lmny" # password
2968 File Retention = 6 months # 30 days
2969 Job Retention = 1 year # six months
2970 AutoPrune = yes # Prune expired Jobs/Files
2971}
2972
2973Client {
2974 Name = otrs-fd
2975 Address = otrs.dass-it
2976 FDPort = 9102
2977 Catalog = MyCatalog
2978 Password = "1rtyxWW/jvwiHjsTq+QjZ2jTnRspInDFGKjvtRI2Lmny" # password
2979 File Retention = 6 months # 30 days
2980 Job Retention = 1 year # six months
2981 AutoPrune = yes # Prune expired Jobs/Files
2982}
2983
2984Client {
2985 Name = ak-fd
2986 Address = 10.20.60.94
2987 FDPort = 9102
2988 Catalog = MyCatalog
2989 Password = "2(rF6RQ$nC$vL(G_!tQ'zYf{mn~rxYx>DgH'3~a:BxR\]g_rsC"
2990 File Retention = 6 months
2991 Job Retention = 6 months
2992 AutoPrune = yes
2993}
2994
2995Client {
2996 Name = morbo-fd
2997 Address = morbo.dass-it
2998 FDPort = 9102
2999 Catalog = MyCatalog
3000 Password = "89fe058e15331e6e87a27ba7c44131ad"
3001 File Retention = 6 months
3002 Job Retention = 6 months
3003 AutoPrune = yes
3004}
3005
3006Client {
3007 Name = ting-fd
3008 Address = ting.dass-it
3009 FDPort = 9102
3010 Catalog = MyCatalog
3011 Password = "D5w2V5w6B8a9H5Z"
3012 File Retention = 6 months
3013 Job Retention = 6 months
3014 AutoPrune = yes
3015}
3016
3017Client {
3018 Name = database1-fd
3019 Address = database.dass-it
3020 FDPort = 9102
3021 Catalog = MyCatalog
3022 Password = "nNGCe+cVQCqQ0OI5XsUYmNHEQ7iLmkU6cHIXCJOVImlj"
3023 File Retention = 6 months
3024 Job Retention = 6 months
3025 AutoPrune = yes
3026}
3027
3028Client {
3029 Name = trac-fd
3030 Address = trac.dass-it
3031 FDPort = 9102
3032 Catalog = MyCatalog
3033 Password = "nNGCe+cVQCqQ0OI5XsUYmNHEQ7iLmkU6cHIXCJOVImlj"
3034 File Retention = 6 months
3035 Job Retention = 6 months
3036 AutoPrune = yes
3037}
3038
3039
3040Client {
3041 Name = ox-fd
3042 Address = ox.dass-it
3043 Catalog = MyCatalog
3044 Password = "Xaexogaes5oisaveiphahngiephaethoafairiyeechohche"
3045 File Retention = 6 months
3046 Job Retention = 6 months
3047 AutoPrune = yes
3048}
3049
3050Client {
3051 Name = win2k3-fd
3052 Address = dhcp091.dass-it
3053 Catalog = MyCatalog
3054 Password = "win2k3"
3055 File Retention = 6 months
3056 Job Retention = 6 months
3057 AutoPrune = yes
3058}
3059
3060Client {
3061 Name = virtualcenter-fd
3062 Address = virtualcenter.dass-it
3063 Catalog = MyCatalog
3064 Password = "win2k3virtualcenter"
3065 File Retention = 6 months
3066 Job Retention = 6 months
3067 AutoPrune = yes
3068}
3069
3070
3071
3072Client {
3073 Name = vcbproxy-fd
3074 Address = vcbproxy.dass-it
3075 Catalog = MyCatalog
3076 Password = "vcbproxy-besondersgeheim"
3077 File Retention = 6 months
3078 Job Retention = 6 months
3079 AutoPrune = yes
3080}
3081
3082# Produktivserver ESX
3083Client {
3084 Name = sester-fd
3085 Address = sester.dass-it
3086 Catalog = MyCatalog
3087 Password = "DVjlYbHkSWoFmCYg2luUCxwy6YzKiMNJzpk61ul3M1V3"
3088 File Retention = 6 months
3089 Job Retention = 6 months
3090 AutoPrune = yes
3091}
3092
3093
3094# Produktivserver ESX
3095Client {
3096 Name = sion-fd
3097 Address = sion.dass-it
3098 Catalog = MyCatalog
3099 Password = "DVjlYbHkSWoFmCYg2luUCxwy6YzKiMNJzpk61ul3M1V3"
3100 File Retention = 6 months
3101 Job Retention = 6 months
3102 AutoPrune = yes
3103}
3104
3105
3106
3107# Testserver ESX
3108Client {
3109 Name = peters-fd
3110 Address = peters.dass-it
3111 Catalog = MyCatalog
3112 Password = "DVjlYbHkSWoFmCYg2luUCxwy6YzKiMNJzpk61ul3M1V3"
3113 File Retention = 6 months
3114 Job Retention = 6 months
3115 AutoPrune = yes
3116}
3117
3118# VirtualCenter und BackupProxy Server
3119
3120Client {
3121 Name = xp-vc-proxy-fd
3122 Address = 10.20.240.179
3123 Catalog = MyCatalog
3124 Password = "12345"
3125 File Retention = 6 months
3126 Job Retention = 6 months
3127 AutoPrune = yes
3128}
3129
3130# UCS Server
3131
3132Client {
3133 Name = ucs3-fd
3134 Address = 10.20.232.13
3135 Catalog = MyCatalog
3136 Password = "qua1Amov"
3137 File Retention = 6 months
3138 Job Retention = 6 months
3139 AutoPrune = yes
3140}
3141
3142Client {
3143 Name = ucs1-fd
3144 Address = 10.20.40.21
3145 Catalog = MyCatalog
3146 Password = "shaMuVi8"
3147 File Retention = 6 months
3148 Job Retention = 6 months
3149 AutoPrune = yes
3150}
3151
3152
3153# ESX Testserver
3154Client {
3155 Name = neboske-esx-fd
3156 Address = neboske-esx.dass-it
3157 Catalog = MyCatalog
3158 Password = "DVjlYbHkSWoFmCYg2luUCxwy6YzKiMNJzpk61ul3M1V3"
3159 File Retention = 6 months
3160 Job Retention = 6 months
3161 AutoPrune = yes
3162}
3163
3164Client {
3165 Name = plone-devel-fd
3166 Address = plone-devel
3167 FDPort = 9102
3168 Catalog = MyCatalog
3169 Password = "miNtKS82zEHRgckQfz1pg0U4jjDWej5mhSecKkoeJmUE" # password for FileDaemon
3170 File Retention = 6 months # 30 days
3171 Job Retention = 1 year # six months
3172 AutoPrune = yes # Prune expired Jobs/Files
3173}
3174
3175
3176Client {
3177 Name = cacti-fd
3178 Address = cacti
3179 FDPort = 9102
3180 Catalog = MyCatalog
3181 Password = "t0lJ8yG+1pxYvOYKl/AY5fLv2iBvwL0=" # password for FileDaemon
3182 File Retention = 6 months # 30 days
3183 Job Retention = 1 year # six months
3184 AutoPrune = yes # Prune expired Jobs/Files
3185}
3186
3187
3188Client {
3189 Name = bacula-devel-fd
3190 Address = bacula-devel
3191 FDPort = 9102
3192 Catalog = MyCatalog
3193 Password = "miNtKS82zEHRgckQfz1pg0U4jjDWej5mhSecKkoeJmUE" # password for FileDaemon
3194 File Retention = 6 months # 30 days
3195 Job Retention = 1 year # six months
3196 AutoPrune = yes # Prune expired Jobs/Files
3197}
3198
3199
3200Client {
3201 Name = cryptoserver-fd
3202 Address = cryptoserver
3203 FDPort = 9102
3204 Catalog = MyCatalog
3205 Password = "3f580b8811dc920c0c34d060fe9e7f2d" # password for FileDaemon
3206 File Retention = 6 months # 30 days
3207 Job Retention = 1 year # six months
3208 AutoPrune = yes # Prune expired Jobs/Files
3209}
3210
3211
3212Client {
3213 Name = gaffel-fd
3214 Address = gaffel
3215 FDPort = 9102
3216 Catalog = MyCatalog
3217 Password = "3f580b8811dc920c0c34d060fe9e7f2d" # password for FileDaemon
3218 File Retention = 6 months # 30 days
3219 Job Retention = 1 year # six months
3220 AutoPrune = yes # Prune expired Jobs/Files
3221}
3222
3223
3224Client {
3225 Name = gilden-fd
3226 Address = gilden
3227 FDPort = 9102
3228 Catalog = MyCatalog
3229 Password = "3f580b8811dc920c0c34d060fe9e7f2d" # password for FileDaemon
3230 File Retention = 6 months # 30 days
3231 Job Retention = 1 year # six months
3232 AutoPrune = yes # Prune expired Jobs/Files
3233}
3234
3235# Displayserver
3236
3237Client {
3238 Name = glotzkowski-fd
3239 Address = glotzkowski
3240 FDPort = 9102
3241 Catalog = MyCatalog
3242 Password = "FnlVVlFyH3QADBtS4W33fi0w9ziQfQq9wsPe9CXs" # password for FileDaemon
3243 File Retention = 6 months # 30 days
3244 Job Retention = 1 year # six months
3245 AutoPrune = yes # Prune expired Jobs/Files
3246}
3247
3248# opensolaris regression machine
3249Client {
3250 Name = bacula-regression-opensolaris-fd
3251 Address = bacula-regression-opensolaris
3252 FDPort = 9102
3253 Catalog = MyCatalog
3254 Password = "solaris-secret-password-e37f9710cdb30e15c2e18b6fb797c384" # password for FileDaemon
3255 File Retention = 6 months # 30 days
3256 Job Retention = 1 year # six months
3257 AutoPrune = yes # Prune expired Jobs/Files
3258}
3259
3260# opensolaris regression machine
3261Client {
3262 Name = exchange-fd
3263 Address = exchange
3264 FDPort = 9102
3265 Catalog = MyCatalog
3266 Password = "exchange-passwort" # password for FileDaemon
3267 File Retention = 6 months # 30 days
3268 Job Retention = 1 year # six months
3269 AutoPrune = yes # Prune expired Jobs/Files
3270}
3271
3272Client {
3273 Name = ad-fd
3274 Address = ad.dass-it
3275 FDPort = 9102
3276 Catalog = MyCatalog
3277 Password = "windows-ad-passwort" # password for FileDaemon
3278 File Retention = 6 months # 30 days
3279 Job Retention = 1 year # six months
3280 AutoPrune = yes # Prune expired Jobs/Files
3281}
3282
3283Client {
3284 Name = hyperv-fd
3285 Address = paeffgen.dass-it
3286 FDPort = 9102
3287 Catalog = MyCatalog
3288 Password = "hyperv-passwort" # password for FileDaemon
3289 File Retention = 6 months # 30 days
3290 Job Retention = 1 year # six months
3291 AutoPrune = yes # Prune expired Jobs/Files
3292}
3293
3294Client {
3295 Name = xp-hm-fd
3296 Address = 10.20.240.96
3297 FDPort = 9102
3298 Catalog = MyCatalog
3299 Password = "hm-passwort" # password for FileDaemon
3300 File Retention = 6 months # 30 days
3301 Job Retention = 1 year # six months
3302 AutoPrune = yes # Prune expired Jobs/Files
3303}
3304
3305
3306# Include migration jobs
3307Job {
3308 Name = "migrate-pooltime-jobs-to-tape"
3309 Schedule = migrationcycle
3310 Type = Migrate
3311 Level = Full
3312 Client = gonzo-fd
3313 FileSet="Full Set"
3314 Messages = Standard
3315
3316 Pool = FileStoragePool
3317 Storage = FileStorage
3318 Priority = 40
3319 Maximum Concurrent Jobs = 4
3320 Selection Type = PoolTime
3321 Selection Pattern = "*"
3322}
3323
3324# alle vcb backups aufs Band migrieren
3325#Job {
3326# Name = "migrate-vcb-backups-to-tape"
3327# Type = Migrate
3328# Level = Full
3329# Client = gonzo-fd # hier egal
3330# FileSet="Full Set"
3331# Messages = Standard
3332# Pool = FileStoragePool
3333# Storage = FileStorage
3334# Maximum Concurrent Jobs = 4
3335# Selection Type = Job
3336# Selection Pattern = "vcb*"
3337# Schedule = "vcb-cycle-migrate"
3338#}
3339
3340# Migriere Daten eines Ehemaligen Mitarbeiters
3341#Job {
3342# Name = "migrate-date-of-former-employee"
3343# Type = Migrate
3344# Level = Full
3345# Client = bacula-fd
3346# FileSet = "Full Set"
3347# Messages = Standard
3348# Pool = FileStoragePool
3349# Storage = FileStorage
3350# Maximum Concurrent Jobs = 4
3351# Selection Type = Job
3352# Selection Pattern = "$Jobname"
3353#}
3354
3355
3356# Include jobdefs from bacula-dir-client.conf
3357#JobDefs {
3358# Name = "DefaultJob"
3359# Type = Backup
3360# Level = Incremental
3361# FileSet = "Full Set"
3362# Schedule = "WeeklyCycle"
3363# Storage = FileStoragePool
3364# Messages = Standard
3365# Pool = Daily
3366# Spool Data = yes
3367# Priority = 10
3368# Prefer Mounted Volumes = no
3369#}
3370
3371
3372JobDefs {
3373 Name = "ServerJob"
3374 Type = Backup
3375 Level = Incremental
3376 FileSet = "Server Set"
3377 Schedule = "DassITCycle"
3378 Storage = FileStorage
3379 Messages = Standard
3380 Pool = FileStoragePool
3381# Spool Data = yes
3382 Priority = 20
3383 Prefer Mounted Volumes = no
3384}
3385
3386JobDefs {
3387 Name = "VMImage-Job"
3388 Type = Backup
3389 Level =Full
3390 FileSet = "Server Set"
3391 Schedule = "vcb-cycle"
3392 Messages = Standard
3393 Storage = TandbergT40
3394 Pool = VMImage-Pool
3395# Pool = FileStoragePool
3396# Spool Data = yes
3397 Priority = 30
3398 Prefer Mounted Volumes = no
3399}
3400
3401
3402
3403JobDefs {
3404 Name = "www Job"
3405 Type = Backup
3406 Level = Incremental
3407 FileSet = "Full Set"
3408 Schedule = "www-cycle"
3409 Storage = FileStorage
3410 Messages = Standard
3411 Pool = FileStoragePool
3412# Spool Data = yes
3413 Priority = 20
3414 Prefer Mounted Volumes = no
3415}
3416
3417JobDefs {
3418 Name = "Archive Job"
3419 Type = Backup
3420 Level = Full
3421 FileSet = "Archive Set"
3422 Schedule = "Never"
3423 Storage = FileStorage
3424 Messages = Standard
3425 Pool = Archive
3426# Spool Data = no
3427 Priority = 10
3428 Prefer Mounted Volumes = no
3429}
3430
3431JobDefs {
3432 Name = "ClientJob"
3433 Type = Backup
3434 Level = Incremental
3435 Schedule = "DassITCycle"
3436 Storage = FileStorage
3437 Messages = Standard
3438 Pool = FileStoragePool
3439# Spool Data = yes
3440 Priority = 25
3441 Prefer Mounted Volumes = no
3442 MaxFullInterval = 1 week
3443}
3444
3445JobDefs {
3446 Name = "LaptopJob"
3447 Type = Backup
3448 Level = Incremental
3449 Schedule = "LaptopCycle"
3450 Storage = FileStorage
3451 Messages = Standard
3452 Pool = FileStoragePool
3453 Rerun Failed Levels = yes
3454# Spool Data = no
3455 Priority = 10
3456 Prefer Mounted Volumes = no
3457 MaxFullInterval = 1 week
3458 Reschedule On Error = yes
3459 Reschedule Interval = 1h
3460 Reschedule Times = 8
3461 Maximum Concurrent Jobs = 4
3462}
3463
3464JobDefs {
3465 Name = "TorstenJob"
3466 Type = Backup
3467 Level = Incremental
3468 Schedule = "LaptopCycle-torsten"
3469 Storage = FileStorage
3470 Messages = Standard
3471 Pool = FileStoragePool
3472# Spool Data = yes
3473 Priority = 10
3474 Prefer Mounted Volumes = no
3475 MaxFullInterval = 1 week
3476}
3477
3478
3479# Automatisch erzeugte Jobs und Filesets für Backup über VCB
3480#vcb-cycle
3481Job {
3482 enabled = no
3483 Name = "vcb-ca"
3484 Client = "vcbproxy-fd"
3485 JobDefs = "VMImage-Job"
3486 FileSet = "ca-vcb-fileset"
3487 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:ca -r e:/ca -m san"
3488 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/ca"
3489}
3490
3491
3492FileSet {
3493 Name = "ca-vcb-fileset"
3494 Include {
3495 Options {
3496 signature = MD5
3497 }
3498 # BaseDir
3499 File = "e:/ca"
3500 }
3501}
3502
3503
3504Job {
3505# enabled = no
3506 Name = "vcb-cacti"
3507 Client = "vcbproxy-fd"
3508 JobDefs = "VMImage-Job"
3509 FileSet = "cacti-vcb-fileset"
3510 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:cacti -r e:/cacti -m san"
3511 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/cacti"
3512 Spool Data = yes
3513}
3514
3515
3516FileSet {
3517 Name = "cacti-vcb-fileset"
3518 Include {
3519 Options {
3520 signature = MD5
3521 }
3522 # BaseDir
3523 File = "e:/cacti"
3524 }
3525}
3526
3527
3528Job {
3529# enabled = no
3530 Name = "vcb-database"
3531 Client = "vcbproxy-fd"
3532 JobDefs = "VMImage-Job"
3533 FileSet = "database-vcb-fileset"
3534 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:database -r e:/database -m san"
3535 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/database"
3536}
3537
3538
3539
3540FileSet {
3541 Name = "database-vcb-fileset"
3542 Include {
3543 Options {
3544 signature = MD5
3545 }
3546 # BaseDir
3547 File = "e:/database"
3548 }
3549}
3550
3551
3552Job {
3553# enabled = no
3554 Name = "vcb-DOM"
3555 Client = "vcbproxy-fd"
3556 JobDefs = "VMImage-Job"
3557 FileSet = "DOM-vcb-fileset"
3558 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:DOM -r e:/DOM -m san"
3559 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/DOM"
3560}
3561
3562
3563FileSet {
3564 Name = "DOM-vcb-fileset"
3565 Include {
3566 Options {
3567 signature = MD5
3568 }
3569 # BaseDir
3570 File = "e:/DOM"
3571 }
3572}
3573
3574
3575Job {
3576# enabled = no
3577 Name = "vcb-Futurama"
3578 Client = "vcbproxy-fd"
3579 JobDefs = "VMImage-Job"
3580 FileSet = "Futurama-vcb-fileset"
3581 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:Futurama -r e:/Futurama -m san"
3582 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/Futurama"
3583}
3584
3585
3586FileSet {
3587 Name = "Futurama-vcb-fileset"
3588 Include {
3589 Options {
3590 signature = MD5
3591 }
3592 # BaseDir
3593 File = "e:/Futurama"
3594 }
3595}
3596
3597
3598Job {
3599# enabled = no
3600 Name = "vcb-Hellers"
3601 Client = "vcbproxy-fd"
3602 JobDefs = "VMImage-Job"
3603 FileSet = "Hellers-vcb-fileset"
3604 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:Hellers -r e:/Hellers -m san"
3605 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/Hellers"
3606}
3607
3608
3609
3610
3611FileSet {
3612 Name = "Hellers-vcb-fileset"
3613 Include {
3614 Options {
3615 signature = MD5
3616 }
3617 # BaseDir
3618 File = "e:/Hellers"
3619 }
3620}
3621
3622
3623Job {
3624# enabled = no
3625 Name = "vcb-ox6"
3626 Client = "vcbproxy-fd"
3627 JobDefs = "VMImage-Job"
3628 FileSet = "ox6-vcb-fileset"
3629 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:ox6 -r e:/ox6 -m san"
3630 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/ox6"
3631}
3632
3633
3634
3635
3636FileSet {
3637 Name = "ox6-vcb-fileset"
3638 Include {
3639 Options {
3640 signature = MD5
3641 }
3642 # BaseDir
3643 File = "e:/ox6"
3644 }
3645}
3646
3647
3648Job {
3649# enabled = no
3650 Name = "vcb-satellite"
3651 Client = "vcbproxy-fd"
3652 JobDefs = "VMImage-Job"
3653 FileSet = "satellite-vcb-fileset"
3654 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:satellite -r e:/satellite -m san"
3655 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/satellite"
3656}
3657
3658
3659
3660
3661FileSet {
3662 Name = "satellite-vcb-fileset"
3663 Include {
3664 Options {
3665 signature = MD5
3666 }
3667 # BaseDir
3668 File = "e:/satellite"
3669 }
3670}
3671
3672
3673Job {
3674# enabled = no
3675 Name = "vcb-trac"
3676 Client = "vcbproxy-fd"
3677 JobDefs = "VMImage-Job"
3678 FileSet = "trac-vcb-fileset"
3679 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:trac -r e:/trac -m san"
3680 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/trac"
3681}
3682
3683
3684FileSet {
3685 Name = "trac-vcb-fileset"
3686 Include {
3687 Options {
3688 signature = MD5
3689 }
3690 # BaseDir
3691 File = "e:/trac"
3692 }
3693}
3694
3695
3696Job {
3697# enabled = no
3698 Name = "vcb-ubuntu_cups"
3699 Client = "vcbproxy-fd"
3700 JobDefs = "VMImage-Job"
3701 FileSet = "ubuntu_cups-vcb-fileset"
3702 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:ubuntu_cups -r e:/ubuntu_cups -m san"
3703 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/ubuntu_cups"
3704}
3705
3706
3707
3708
3709FileSet {
3710 Name = "ubuntu_cups-vcb-fileset"
3711 Include {
3712 Options {
3713 signature = MD5
3714 }
3715 # BaseDir
3716 File = "e:/ubuntu_cups"
3717 }
3718}
3719
3720
3721Job {
3722# enabled = no
3723 Name = "vcb-ucs1"
3724 Client = "vcbproxy-fd"
3725 JobDefs = "VMImage-Job"
3726 FileSet = "ucs1-vcb-fileset"
3727 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:ucs1 -r e:/ucs1 -m san"
3728 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/ucs1"
3729}
3730
3731
3732FileSet {
3733 Name = "ucs1-vcb-fileset"
3734 Include {
3735 Options {
3736 signature = MD5
3737 }
3738 # BaseDir
3739 File = "e:/ucs1"
3740 }
3741}
3742
3743
3744Job {
3745# enabled = no
3746 Name = "vcb-ucs3"
3747 Client = "vcbproxy-fd"
3748 JobDefs = "VMImage-Job"
3749 FileSet = "ucs3-vcb-fileset"
3750 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:ucs3 -r e:/ucs3 -m san"
3751 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/ucs3"
3752}
3753
3754FileSet {
3755 Name = "ucs3-vcb-fileset"
3756 Include {
3757 Options {
3758 signature = MD5
3759 }
3760 # BaseDir
3761 File = "e:/ucs3"
3762 }
3763}
3764
3765
3766Job {
3767# enabled = no
3768 Name = "vcb-VirtualCenterProduktiv_W2K3"
3769 Client = "vcbproxy-fd"
3770 JobDefs = "VMImage-Job"
3771 FileSet = "VirtualCenterProduktiv_W2K3-vcb-fileset"
3772 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -a name:VirtualCenterProduktiv_W2K3 -r e:/VirtualCenterProduktiv_W2K3 -m san"
3773 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -p linuxlinux -U e:/VirtualCenterProduktiv_W2K3"
3774}
3775
3776
3777FileSet {
3778 Name = "VirtualCenterProduktiv_W2K3-vcb-fileset"
3779 Include {
3780 Options {
3781 signature = MD5
3782 }
3783 # BaseDir
3784 File = "e:/VirtualCenterProduktiv_W2K3"
3785 }
3786}
3787
3788Job {
3789 Name = "vcb-losch-admin"
3790 Client = "vcbproxy-fd"
3791 JobDefs = "VMImage-Job"
3792 FileSet = "losch-admin-fileset"
3793# Passwort kann hier eingetragen werden:
3794# HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware Consolidated Backup\Password
3795 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -a name:losch-admin -r e:/losch-admin -m san -M 1"
3796 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -U e:/losch-admin"
3797 Spool Data = yes
3798}
3799
3800
3801
3802FileSet {
3803 Name = "losch-admin-fileset"
3804 Include {
3805 Options {
3806 signature = MD5
3807 }
3808 # BaseDir
3809 File = "e:/losch-admin"
3810 }
3811}
3812
3813
3814
3815Job {
3816 Name = "vcb-groundwork"
3817 Client = "vcbproxy-fd"
3818 JobDefs = "VMImage-Job"
3819 FileSet = "groundwork-fileset"
3820# Passwort kann hier eingetragen werden:
3821# HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware Consolidated Backup\Password
3822 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -a name:groundwork -r e:/groundwork -m san -M 1"
3823 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -U e:/groundwork"
3824}
3825
3826
3827FileSet {
3828 Name = "groundwork-fileset"
3829 Include {
3830 Options {
3831 signature = MD5
3832 }
3833 # BaseDir
3834 File = "e:/groundwork"
3835 }
3836}
3837
3838
3839Job {
3840 Enabled = no
3841 Name = "vcb-rh5-skdus-surftrackr"
3842 Client = "vcbproxy-fd"
3843 JobDefs = "VMImage-Job"
3844 FileSet = "rh5-skdus-surftrackr-fileset"
3845# Passwort kann hier eingetragen werden:
3846# HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware Consolidated Backup\Password
3847 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -a name:rh5-skdus-surftrackr -r e:/rh5-skdus-surftrackr -m san -M 1"
3848 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -U e:/rh5-skdus-surftrackr"
3849 Spool Data = yes
3850}
3851
3852
3853
3854FileSet {
3855 Name = "rh5-skdus-surftrackr-fileset"
3856 Include {
3857 Options {
3858 signature = MD5
3859 }
3860 # BaseDir
3861 File = "e:/rh5-skdus-surftrackr"
3862 }
3863}
3864
3865
3866Job {
3867 Name = "vcb-cryptoserver"
3868 Client = "vcbproxy-fd"
3869 JobDefs = "VMImage-Job"
3870 FileSet = "cryptoserver-vcb-fileset"
3871# Passwort kann hier eingetragen werden:
3872# HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware Consolidated Backup\Password
3873 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -a name:cryptoserver -r e:/cryptoserver -m san -M 1"
3874 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -U e:/cryptoserver"
3875 Spool Data = yes
3876}
3877
3878FileSet {
3879 Name = "cryptoserver-vcb-fileset"
3880 Include {
3881 Options {
3882 signature = MD5
3883 }
3884 # BaseDir
3885 File = "e:/cryptoserver"
3886 }
3887}
3888
3889Job {
3890 Name = "vcb-plone-devel"
3891 Client = "vcbproxy-fd"
3892 JobDefs = "VMImage-Job"
3893 FileSet = "plone-devel-vcb-fileset"
3894# Passwort kann hier eingetragen werden:
3895# HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware Consolidated Backup\Password
3896 Client Run Before Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -a name:plone-devel -r e:/plone-devel -m san -M 1"
3897 Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbMounter.exe\" -h virtualcenter -u pstorz -U e:/plone-devel"
3898 Spool Data = yes
3899}
3900
3901FileSet {
3902 Name = "plone-devel-vcb-fileset"
3903 Include {
3904 Options {
3905 signature = MD5
3906 }
3907 # BaseDir
3908 File = "e:/plone-devel"
3909 }
3910}
3911
3912
3913# Sicherung über xen snapshots
3914# Backup Maschine from xenserver
3915
3916
3917# Tempdir = /space/tmp/bacula-xen
3918Job {
3919 enabled = no
3920 Name = "xen-pstorz_bacula"
3921 Client = "bacula-fd"
3922 JobDefs = "VMImage-Job"
3923 FileSet = "pstorz_bacula_xen_fileset"
3924 Run Before Job = "/usr/local/bin/backup_xen.sh pstorz_bacula"
3925 Run After Job = "/bin/rm /space/tmp/bacula-xen/pstorz_bacula.xva"
3926}
3927
3928
3929FileSet {
3930 Name = "pstorz_bacula_xen_fileset"
3931 Include {
3932 Options {
3933 signature = MD5
3934 }
3935 # BaseDir
3936 File = "/space/tmp/bacula-xen/pstorz_bacula.xva"
3937 }
3938}
3939
3940
3941
3942# Backup cryptoserver from xenserver
3943
3944Job {
3945 enabled = no
3946 Name = "xen-cryptoserver"
3947 Client = "bacula-fd"
3948 JobDefs = "VMImage-Job"
3949 FileSet = "xen-cryptoserver-fileset"
3950 Run Before Job = "/usr/local/bin/backup_xen.sh cryptoserver"
3951 Run After Job = "/bin/rm /space/tmp/bacula-xen/cryptoserver.xva"
3952}
3953
3954
3955FileSet {
3956 Name = "xen-cryptoserver-fileset"
3957 Include {
3958 Options {
3959 signature = MD5
3960 }
3961 # BaseDir
3962 File = "/space/tmp/bacula-xen/cryptoserver.xva"
3963 }
3964}
3965
3966
3967
3968# Backup dassmonarch from xenserver
3969
3970Job {
3971 enabled = no
3972 Name = "xen-dassmonarch"
3973 Client = "bacula-fd"
3974 JobDefs = "VMImage-Job"
3975 FileSet = "xen-dassmonarch-fileset"
3976 Run Before Job = "/usr/local/bin/backup_xen.sh dassmonarch"
3977 Run After Job = "/bin/rm /space/tmp/bacula-xen/dassmonarch.xva"
3978}
3979
3980
3981FileSet {
3982 Name = "xen-dassmonarch-fileset"
3983 Include {
3984 Options {
3985 signature = MD5
3986 }
3987 # BaseDir
3988 File = "/space/tmp/bacula-xen/dassmonarch.xva"
3989 }
3990}
3991
3992
3993
3994# Backup bacula-regression-sles10-32 from xenserver
3995
3996Job {
3997# enabled = no
3998 Name = "xen-bacula-regression-sles10-32"
3999 Client = "bacula-fd"
4000 JobDefs = "VMImage-Job"
4001 FileSet = "xen-bacula-regression-sles10-32-fileset"
4002 Run Before Job = "/usr/local/bin/backup_xen.sh bacula-regression-sles10-32"
4003 Run After Job = "/bin/rm /space/tmp/bacula-xen/bacula-regression-sles10-32.xva"
4004}
4005
4006
4007FileSet {
4008 Name = "xen-bacula-regression-sles10-32-fileset"
4009 Include {
4010 Options {
4011 signature = MD5
4012 }
4013 # BaseDir
4014 File = "/space/tmp/bacula-xen/bacula-regression-sles10-32.xva"
4015 }
4016}
4017
4018
4019
4020# Backup bacula-regression-sles10-64 from xenserver
4021
4022Job {
4023# enabled = no
4024 Name = "xen-bacula-regression-sles10-64"
4025 Client = "bacula-fd"
4026 JobDefs = "VMImage-Job"
4027 FileSet = "xen-bacula-regression-sles10-64-fileset"
4028 Run Before Job = "/usr/local/bin/backup_xen.sh bacula-regression-sles10-64"
4029 Run After Job = "/bin/rm /space/tmp/bacula-xen/bacula-regression-sles10-64.xva"
4030}
4031
4032
4033FileSet {
4034 Name = "xen-bacula-regression-sles10-64-fileset"
4035 Include {
4036 Options {
4037 signature = MD5
4038 }
4039 # BaseDir
4040 File = "/space/tmp/bacula-xen/bacula-regression-sles10-64.xva"
4041 }
4042}
4043
4044
4045
4046# Backup bacula-regression-sles11-32 from xenserver
4047
4048Job {
4049# enabled = no
4050 Name = "xen-bacula-regression-sles11-32"
4051 Client = "bacula-fd"
4052 JobDefs = "VMImage-Job"
4053 FileSet = "xen-bacula-regression-sles11-32-fileset"
4054 Run Before Job = "/usr/local/bin/backup_xen.sh bacula-regression-sles11-32"
4055 Run After Job = "/bin/rm /space/tmp/bacula-xen/bacula-regression-sles11-32.xva"
4056}
4057
4058
4059FileSet {
4060 Name = "xen-bacula-regression-sles11-32-fileset"
4061 Include {
4062 Options {
4063 signature = MD5
4064 }
4065 # BaseDir
4066 File = "/space/tmp/bacula-xen/bacula-regression-sles11-32.xva"
4067 }
4068}
4069
4070
4071
4072# Backup bacula-regression-sles11-64 from xenserver
4073
4074Job {
4075# enabled = no
4076 Name = "xen-bacula-regression-sles11-64"
4077 Client = "bacula-fd"
4078 JobDefs = "VMImage-Job"
4079 FileSet = "xen-bacula-regression-sles11-64-fileset"
4080 Run Before Job = "/usr/local/bin/backup_xen.sh bacula-regression-sles11-64"
4081 Run After Job = "/bin/rm /space/tmp/bacula-xen/bacula-regression-sles11-64.xva"
4082}
4083
4084
4085FileSet {
4086 Name = "xen-bacula-regression-sles11-64-fileset"
4087 Include {
4088 Options {
4089 signature = MD5
4090 }
4091 # BaseDir
4092 File = "/space/tmp/bacula-xen/bacula-regression-sles11-64.xva"
4093 }
4094}
4095
4096# Backup VirtualCenter Xen
4097
4098Job {
4099# enabled = no
4100 Name = "xen-virtualcenter"
4101 Client = "bacula-fd"
4102 JobDefs = "VMImage-Job"
4103 FileSet = "xen-virtualcenter-windows2k3"
4104 Run Before Job = "/usr/local/bin/backup_xen.sh VirtualCenterProduktiv_W2K3"
4105 Run After Job = "/bin/rm /space/tmp/bacula-xen/VirtualCenterProduktiv_W2K3.xva"
4106}
4107
4108
4109FileSet {
4110 Name = "xen-virtualcenter-windows2k3"
4111 Include {
4112 Options {
4113 signature = MD5
4114 }
4115 # BaseDir
4116 File = "/space/tmp/bacula-xen/VirtualCenterProduktiv_W2K3.xva"
4117 }
4118}
4119
4120
4121# Backup bacula-regression-opensolaris from xenserver
4122
4123Job {
4124 Name = "xen-bacula-regression-opensolaris"
4125 Client = "bacula-fd"
4126 JobDefs = "VMImage-Job"
4127 FileSet = "xen-bacula-regression-opensolaris-fileset"
4128 Run Before Job = "/usr/local/bin/backup_xen.sh bacula-regression-opensolaris"
4129 Run After Job = "/bin/rm /space/tmp/bacula-xen/bacula-regression-opensolaris.xva"
4130}
4131
4132
4133FileSet {
4134 Name = "xen-bacula-regression-opensolaris-fileset"
4135 Include {
4136 Options {
4137 signature = MD5
4138 }
4139 # BaseDir
4140 File = "/space/tmp/bacula-xen/bacula-regression-opensolaris.xva"
4141 }
4142}
4143
4144Job {
4145 Name = "xen-exchange-server"
4146 Client = "bacula-fd"
4147 JobDefs = "VMImage-Job"
4148 FileSet = "xen-exchange-server-fileset"
4149 Run Before Job = "/usr/local/bin/backup_xen.sh windows-server-2008-x64-exchange"
4150 Run After Job = "/bin/rm /space/tmp/bacula-xen/windows-server-2008-x64-exchange.xva"
4151}
4152
4153
4154FileSet {
4155 Name = "xen-exchange-server-fileset"
4156 Include {
4157 Options {
4158 signature = MD5
4159 }
4160 # BaseDir
4161 File = "/space/tmp/bacula-xen/windows-server-2008-x64-exchange.xva"
4162 }
4163}
4164
4165# Backup windows_AD_2008_R2_64 from xenserver
4166
4167Job {
4168 enabled = no
4169 Name = "xen-windows_AD_2008_R2_64"
4170 Client = "bacula-fd"
4171 JobDefs = "VMImage-Job"
4172 FileSet = "xen-windows_AD_2008_R2_64-fileset"
4173 Run Before Job = "/usr/local/bin/backup_xen.sh windows_AD_2008_R2_64"
4174 Run After Job = "/bin/rm /space/tmp/bacula-xen/windows_AD_2008_R2_64.xva"
4175}
4176
4177
4178FileSet {
4179 Name = "xen-windows_AD_2008_R2_64-fileset"
4180 Include {
4181 Options {
4182 signature = MD5
4183 }
4184 # BaseDir
4185 File = "/space/tmp/bacula-xen/windows_AD_2008_R2_64.xva"
4186 }
4187}
4188
4189
4190# Backup Maschine from xenserver
4191
4192
4193#Sicherung Fortinet
4194# Backup Maschine from xenserver
4195
4196
4197# Tempdir = /space/tmp/bacula-xen
4198Job {
4199 enabled = yes
4200 Name = "elzar_bacula"
4201 Client = "bacula-fd"
4202 JobDefs = "VMImage-Job"
4203 Schedule = "DassITCycle"
4204 FileSet = "elzar_bacula_fileset"
4205 Run Before Job = "/usr/local/bin/backup_elzar.sh"
4206}
4207
4208
4209FileSet {
4210 Name = "elzar_bacula_fileset"
4211 Include {
4212 Options {
4213 signature = MD5
4214 }
4215 File = "/space/tmp/elzar"
4216 }
4217}
4218
4219
4220Director { # define myself
4221 Name = bacula-dir
4222 DirAddresses = {
4223 ip = { addr = 127.0.0.1; port = 9101; }
4224 ip = { addr = 10.20.40.211; port = 9101; }
4225 }
4226# DIRport = 9101 # where we listen for UA connections
4227 QueryFile = "/usr/lib64/bacula/query.sql"
4228 WorkingDirectory = "/var/lib/bacula"
4229 PidDirectory = "/var/run"
4230 Maximum Concurrent Jobs = 10
4231 Password = "0DntXXl7DVkNYYRApYdhKKoy2Huq1CVHwIRAKUwgNA86" # Console password
4232 Messages = Daemon
4233}
4234
4235
4236
4237JobDefs {
4238 Name = "DefaultJob"
4239 Type = Backup
4240 Level = Incremental
4241 Client = bacula-fd
4242 FileSet = "Full Set"
4243 Schedule = "WeeklyCycle"
4244 Storage = FileStorage
4245 Messages = Standard
4246 Pool = FileStoragePool
4247 Priority = 99
4248 Write Bootstrap = "/var/lib/bacula/%c.bsr"
4249
4250}
4251
4252
4253#
4254# Define the main nightly save backup job
4255# By default, this job will back up to disk in
4256#Job {
4257# Name = "Client1"
4258# JobDefs = "DefaultJob"
4259# Write Bootstrap = "/var/lib/bacula/Client1.bsr"
4260#}
4261
4262#Job {
4263# Name = "Client2"
4264# Client = bacula2-fd
4265# JobDefs = "DefaultJob"
4266# Write Bootstrap = "/var/lib/bacula/Client2.bsr"
4267#}
4268
4269
4270
4271
4272# Backup the catalog database (after the nightly save)
4273Job {
4274 Name = "BackupCatalog"
4275 JobDefs = "DefaultJob"
4276 Level = Full
4277 FileSet="Catalog"
4278 Schedule = "WeeklyCycleAfterBackup"
4279 Pool=LTO4Pool
4280 Storage=TandbergT40
4281
4282 # This creates an ASCII copy of the catalog
4283 # WARNING!!! Passing the password via the command line is insecure.
4284 # see comments in make_catalog_backup for details.
4285 # Arguments to make_catalog_backup are:
4286 # make_catalog_backup <database-name> <user-name> <password> <host>
4287 RunBeforeJob = "/usr/lib64/bacula/make_catalog_backup bacula bacula \"geheim\" "
4288 # This deletes the copy of the catalog
4289 RunAfterJob = "/usr/lib64/bacula/delete_catalog_backup bacula bacula \"geheim\" "
4290 Write Bootstrap = "/var/lib/bacula/BackupCatalog.bsr"
4291 Priority = 100 # run after other backups (others should have prio < 100)
4292
4293 # Maintenance of statistics DB, pstorz 20090701
4294 RunScript {
4295 Console = "update stats days=3"
4296 Console = "prune stats yes"
4297 RunsWhen = After
4298 RunsOnClient = no
4299 }
4300
4301
4302
4303}
4304
4305#
4306# Standard Restore template, to be changed by Console program
4307# Only one such job is needed for all Jobs/Clients/Storage ...
4308#
4309Job {
4310 Name = "RestoreFiles"
4311 Type = Restore
4312 Client=bacula-fd
4313 FileSet="Full Set"
4314 Storage = FileStorage
4315 Pool = FileStoragePool
4316 Messages = Standard
4317 Priority = 8
4318 Where = /bacula-restores
4319# Client Run After Job = "\"C:/Programme/VMware/VMware Consolidated Backup Framework/vcbRestore.exe\" -h localhost -u dassit -p linuxlinux -s c:\\backups\\xp_mini"
4320
4321}
4322
4323
4324# List of files to be backed up
4325#FileSet {
4326# Name = "Full Set"
4327# Include {
4328# Options {
4329# signature = MD5
4330# }
4331#
4332# Put your list of files here, preceded by 'File =', one per line
4333# or include an external list with:
4334#
4335# File = <file-name
4336#
4337# Note: / backs up everything on the root partition.
4338# if you have other partitons such as /usr or /home
4339# you will probably want to add them too.
4340#
4341# By default this is defined to point to the Bacula build
4342# directory to give a reasonable FileSet to backup to
4343# disk storage during initial testing.
4344#
4345# File = /usr/src/packages/BUILD/bacula-2.4.4
4346# }
4347
4348#
4349# If you backup the root directory, the following two excluded
4350# files can be useful
4351#
4352# Exclude {
4353# File = /proc
4354# File = /tmp
4355# File = /.journal
4356# File = /.fsck
4357# }
4358#}
4359
4360#
4361# When to do the backups, full backup on first sunday of the month,
4362# differential (i.e. incremental since full) every other sunday,
4363# and incremental backups other days
4364Schedule {
4365 Name = "WeeklyCycle"
4366 Run = at 23:05
4367}
4368
4369# This schedule does the catalog. It starts after the WeeklyCycle
4370Schedule {
4371 Name = "WeeklyCycleAfterBackup"
4372 Run = Level=Full Pool=LTO4Pool Storage=TandbergT40 mon,wed,fri,sun at 23:10
4373 Run = Level=Full Pool=FileStoragePool Storage=FileStorage tue,thu,sat at 23:10
4374}
4375
4376
4377
4378Schedule {
4379 Name = "Never"
4380}
4381
4382Schedule {
4383 Name = "DassITCycle"
4384 Run = Level=Full Pool=FileStoragePool Storage=FileStorage 1st fri at 21:07
4385 Run = Level=Full Pool=FileStoragePool Storage=FileStorage 2nd-5th fri at 21:45
4386 Run = Level=Incremental Pool=FileStoragePool Storage=FileStorage mon-fri at 00:07
4387# Export Sicherung
4388 Run = Level=Full SpoolData=yes Pool=Export-Server-Pool Storage=TandbergT40 1st sat at 0:01
4389}
4390
4391Schedule {
4392 Name = "server-ExportCycle"
4393 Run = Level=Full SpoolData=no Pool=Export-Server-Pool Storage=TandbergT40 1st sat at 0:01
4394}
4395
4396#Schedule {
4397# Name = "vmware-ExportCycle"
4398# Run = Level=Full Priority=11 Pool=Export-VMImage-Pool Storage=TandbergT40 1st sat at 0:00
4399#}
4400
4401Schedule {
4402 Name = "LaptopCycle"
4403 Run = Level=Full Priority=10 Pool=FileStoragePool Storage=FileStorage 1st fri at 9:30am
4404 Run = Level=Differential Priority=11 Pool=FileStoragePool Storage=FileStorage 2nd-5th fri at 9:30am
4405 Run = Level=Incremental Priority=12 Pool=FileStoragePool Storage=FileStorage mon-thu at 10:30am
4406}
4407
4408Schedule {
4409 Name = "LaptopCycle-torsten"
4410 Run = Level=Full Priority=10 Pool=FileStoragePool Storage=FileStorage 1st tue at 09:30
4411 Run = Level=Incremental Priority=12 Pool=FileStoragePool Storage=FileStorage 2nd-5th tue at 10:00am
4412}
4413
4414
4415# www server backup durchführen
4416Schedule {
4417 Name = "www-cycle"
4418 Run = Level=Full Pool=FileStoragePool Storage=FileStorage 1st fri at 19:00
4419 Run = Level=Full Pool=FileStoragePool Storage=FileStorage 2nd-5th fri at 19:00
4420 Run = Level=Incremental Pool=FileStoragePool Storage=FileStorage mon-fri at 23:30
4421}
4422
4423Schedule {
4424 Name = "migrationcycle"
4425 Run = Level=Full Pool=FileStoragePool Storage=FileStorage fri at 21:00
4426}
4427
4428
4429# Sicherung der Produktivmaschinen über VCB, 1. Samstag im Monat um 3:00
4430Schedule {
4431 Name = "vcb-cycle"
4432 Run = Level=Full Pool = VMImage-Pool 2nd-5th sat at 0:01
4433 Run = Level=Full Priority=11 Pool=Export-VMImage-Pool Storage=TandbergT40 1st sat at 0:00
4434}
4435
4436# Sicherung der Produktivmaschinen über VCB, 2. Samstag im Monat um 3:00
4437#Schedule {
4438# Name = "vcb-cycle-migrate"
4439# Run = Level=Full Pool=FileStoragePool Storage=FileStorage 2nd sat at 03:00
4440#}
4441
4442# This is the backup of the catalog
4443FileSet {
4444 Name = "Catalog"
4445 Include {
4446 Options {
4447 signature = MD5
4448 }
4449 File = /var/lib/bacula/bacula.sql
4450 }
4451}
4452
4453# Client (File Services) to backup
4454Client {
4455 Name = bacula-fd
4456 Address = bacula
4457 FDPort = 9102
4458 Catalog = MyCatalog
4459 Password = "miNtKS82zEHRgckQfz1pg0U4jjDWej5mhSecKkoeJmUE" # password for FileDaemon
4460 File Retention = 6 month # 30 days
4461 Job Retention = 1 year # six months
4462 AutoPrune = yes # Prune expired Jobs/Files
4463}
4464
4465
4466
4467
4468
4469#
4470# Second Client (File Services) to backup
4471# You should change Name, Address, and Password before using
4472#
4473#Client {
4474# Name = bacula2-fd
4475# Address = bacula2
4476# FDPort = 9102
4477# Catalog = MyCatalog
4478# Password = "ynwBWFYqrpi2X3T0/GDXj0hChmEuSBXQzh2dk12KK33k2" # password for FileDaemon 2
4479# File Retention = 30 days # 30 days
4480# Job Retention = 6 months # six months
4481# AutoPrune = yes # Prune expired Jobs/Files
4482#}
4483
4484
4485# Definition of file storage device
4486Storage {
4487 Name = FileStorage
4488# Do not use "localhost" here
4489 Address = bacula # N.B. Use a fully qualified name here
4490 SDPort = 9103
4491 Password = "Ut5pTVkU5NyoW/GI+GYzYrzuFL8ZD6JQCrRdqynJWtVi"
4492 Device = FileStorage
4493 Media Type = File
4494 Maximum Concurrent Jobs = 10
4495}
4496
4497# Definition of DDS tape storage device
4498
4499Storage {
4500 Name = TandbergT40
4501 #Do not use "localhost" here
4502 Address = bacula # N.B. Use a fully qualified name here
4503 SDPort = 9103
4504 Password = "Ut5pTVkU5NyoW/GI+GYzYrzuFL8ZD6JQCrRdqynJWtVi" # password for Storage daemon
4505 Device = Drive-1 # must be same as Device in Storage daemon
4506 Media Type = LTO4 # must be same as MediaType in Storage daemon
4507 Autochanger = yes # enable for autochanger device
4508 Maximum Concurrent Jobs = 10
4509}
4510
4511
4512
4513
4514
4515
4516# Definition of DDS tape storage device
4517#Storage {
4518# Name = DDS-4
4519# Do not use "localhost" here
4520# Address = bacula # N.B. Use a fully qualified name here
4521# SDPort = 9103
4522# Password = "Ut5pTVkU5NyoW/GI+GYzYrzuFL8ZD6JQCrRdqynJWtVi" # password for Storage daemon
4523# Device = DDS-4 # must be same as Device in Storage daemon
4524# Media Type = DDS-4 # must be same as MediaType in Storage daemon
4525# Autochanger = yes # enable for autochanger device
4526#}
4527
4528# Definition of 8mm tape storage device
4529#Storage {
4530# Name = "8mmDrive"
4531# Do not use "localhost" here
4532# Address = bacula # N.B. Use a fully qualified name here
4533# SDPort = 9103
4534# Password = "Ut5pTVkU5NyoW/GI+GYzYrzuFL8ZD6JQCrRdqynJWtVi"
4535# Device = "Exabyte 8mm"
4536# MediaType = "8mm"
4537#}
4538
4539# Definition of DVD storage device
4540#Storage {
4541# Name = "DVD"
4542# Do not use "localhost" here
4543# Address = bacula # N.B. Use a fully qualified name here
4544# SDPort = 9103
4545# Password = "Ut5pTVkU5NyoW/GI+GYzYrzuFL8ZD6JQCrRdqynJWtVi"
4546# Device = "DVD Writer"
4547# MediaType = "DVD"
4548#}
4549
4550
4551# Generic catalog service
4552Catalog {
4553 Name = MyCatalog
4554 dbname = "bacula"; dbuser = "bacula"; dbpassword = "geheim"
4555}
4556
4557# Reasonable message delivery -- send most everything to email address
4558# and to the console
4559Messages {
4560 Name = Standard
4561#
4562# NOTE! If you send to two email or more email addresses, you will need
4563# to replace the %r in the from field (-f part) with a single valid
4564# email address in both the mailcommand and the operatorcommand.
4565# What this does is, it sets the email address that emails would display
4566# in the FROM field, which is by default the same email as they're being
4567# sent to. However, if you send email to more than one address, then
4568# you'll have to set the FROM address manually, to a single address.
4569# for example, a 'no-reply@mydomain.com', is better since that tends to
4570# tell (most) people that its coming from an automated source.
4571
4572#
4573 mailcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bacula\) \<%r\>\" -s \"Bacula: %t %e of %c %l\" %r"
4574 operatorcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bacula\) \<%r\>\" -s \"Bacula: Intervention needed for %j\" %r"
4575 mail = bacula-admins@dass-it.de = all, !skipped
4576 operator = bacula-admins@dass-it.de = mount
4577 console = all, !skipped, !saved
4578 catalog = all, !skipped, !saved
4579# MS Exchange zuteilung
4580#
4581# WARNING! the following will create a file that you must cycle from
4582# time to time as it will grow indefinitely. However, it will
4583# also keep all your messages if they scroll off the console.
4584#
4585 append = "/var/lib/bacula/log" = all, !skipped
4586}
4587
4588Messages {
4589 Name = rt-message
4590 mailcommand = "/usr/sbin/bsmtp -h mail -f \"\(Bacula Tape entnehmen\) \<%r\>\" -s \"Bacula:Tape Export Sicherung %e bitte Tape %v entnehmen\" %r"
4591 mail = rtq+interne_Technik@support.dass-it.de = all, !skipped
4592 console= all, !skipped, !saved
4593}
4594
4595#
4596# Message delivery for daemon messages (no job).
4597Messages {
4598 Name = Daemon
4599 mailcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bacula\) \<%r\>\" -s \"Bacula daemon message\" %r"
4600 mail = bacula-admins@dass-it.de = all, !skipped
4601 console = all, !skipped, !saved
4602 append = "/var/lib/bacula/log" = all, !skipped
4603}
4604
4605
4606
4607
4608# pool definition
4609Pool {
4610 Name = Default
4611 Pool Type = Backup
4612 Recycle = yes # Bacula can automatically recycle Volumes
4613 AutoPrune = yes # Prune expired volumes
4614 Volume Retention = 365 days # one year
4615}
4616
4617# Scratch pool definition
4618Pool {
4619 Name = Scratch
4620 Pool Type = Backup
4621}
4622
4623
4624# pool definition
4625Pool {
4626 Name = LTO4Pool
4627 Pool Type = Backup
4628 Recycle = yes # Bacula can automatically recycle Volumes
4629 AutoPrune = yes # Prune expired volumes
4630 Volume Retention = 180 days # one year
4631 Storage = TandbergT40
4632 RecyclePool = Scratch # Move Volumes to Scratch Pool after purge
4633}
4634
4635
4636# pool definition
4637Pool {
4638 Name = Archive
4639 Pool Type = Backup
4640 Recycle = no # Bacula can automatically recycle Volumes
4641 AutoPrune = no # Prune expired volumes
4642 Volume Retention = 15 years # ten years
4643}
4644
4645
4646# pool definition
4647Pool {
4648 Name = FileStoragePool
4649 Pool Type = Backup
4650 Recycle = yes # Bacula can automatically recycle Volumes
4651 AutoPrune = yes # Prune expired volumes
4652 Volume Retention = 15 days # one year
4653 Label Format = "File-"
4654 Maximum Volume Bytes = 1 GB
4655# für die Migration
4656 Next Pool = LTO4Pool
4657 Migration Time = 1 week
4658}
4659
4660
4661# pool definition
4662Pool {
4663 Name = TestPool
4664 Pool Type = Backup
4665 Recycle = no # Bacula can automatically recycle Volumes
4666 AutoPrune = no # Prune expired volumes
4667 Volume Retention = 1 year # ten years
4668 RecyclePool = Scratch # Move Volumes to Scratch Pool after purge
4669}
4670
4671Pool {
4672 Name = VMImage-Pool
4673 Pool Type = Backup
4674 Recycle = yes
4675 AutoPrune = yes
4676 Volume Retention = 1 year
4677 RecyclePool = Scratch
4678}
4679
4680# pool definition
4681Pool {
4682 # Pool für Images von Virtuellen Maschinen
4683 Name = Export-VMImage-Pool
4684 Pool Type = Backup
4685 Recycle = yes # Bacula can automatically recycle Volumes
4686 AutoPrune = yes # Prune expired volumes
4687 Volume Retention = 1 year # ten years
4688 RecyclePool = Scratch # Move Volumes to Scratch Pool after purge
4689}
4690
4691
4692# pool definition
4693Pool {
4694 # Pool für den Installationserver inkl. isos etc (bacula server selbst, Vollsicherung
4695 Name = Export-Server-Pool
4696 Pool Type = Backup
4697 Recycle = yes # Bacula can automatically recycle Volumes
4698 AutoPrune = yes
4699 Volume Retention = 21 days # ten years
4700 RecyclePool = Scratch # Move Volumes to Scratch Pool after purge
4701}
4702
4703
4704
4705
4706#
4707# Restricted console used by tray-monitor to get the status of the director
4708#
4709Console {
4710 Name = bacula-mon
4711 Password = "XJrQdP5QTCU+9xcXlZlooLas2GB08Iod4yht6u43F6D5"
4712 CommandACL = status, .status
4713}
4714
4715
4716Console {
4717 Name = python
4718 Password = "dass-it"
4719}
Note: See TracBrowser for help on using the repository browser.