Andreas Thienemann 074524
--- bacula-1.38.11/src/dird/bacula-dir.conf.in.orig	2006-09-03 03:13:26.000000000 +0200
Andreas Thienemann 074524
+++ bacula-1.38.11/src/dird/bacula-dir.conf.in	2006-09-03 03:14:46.000000000 +0200
Andreas Thienemann 074524
@@ -15,7 +15,7 @@
Andreas Thienemann 074524
 Director {                            # define myself
Andreas Thienemann 074524
   Name = @hostname@-dir
Andreas Thienemann 074524
   DIRport = @dir_port@                # where we listen for UA connections
Andreas Thienemann 074524
-  QueryFile = "@scriptdir@/query.sql"
Andreas Thienemann 074524
+  QueryFile = "/etc/bacula/query.sql"
Andreas Thienemann 074524
   WorkingDirectory = "@working_dir@"
Andreas Thienemann 074524
   PidDirectory = "@piddir@"
Andreas Thienemann 074524
   Maximum Concurrent Jobs = 1
Andreas Thienemann 074524
@@ -101,11 +101,10 @@
Andreas Thienemann 074524
 #    if you have other partitons such as /usr or /home
Andreas Thienemann 074524
 #    you will probably want to add them too.
Andreas Thienemann 074524
 #
Andreas Thienemann 074524
-#  By default this is defined to point to the Bacula build
Andreas Thienemann 074524
-#    directory to give a reasonable FileSet to backup to
Andreas Thienemann 074524
-#    disk storage during initial testing.
Andreas Thienemann 074524
+#  This File-directive would backup your whole filesystem.
Andreas Thienemann 074524
+#    It is disabled by default
Andreas Thienemann 074524
 #
Andreas Thienemann 074524
-    File = @BUILD_DIR@
Andreas Thienemann 074524
+#    File = /
Andreas Thienemann 074524
   }
Andreas Thienemann 074524
 
Andreas Thienemann 074524
 #
Andreas Thienemann 074524
@@ -266,7 +266,7 @@
Andreas Thienemann 074524
   mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r"
Andreas Thienemann 074524
   mail = @job_email@ = all, !skipped
Andreas Thienemann 074524
   console = all, !skipped, !saved
Andreas Thienemann 074524
-  append = "@working_dir@/log" = all, !skipped
Andreas Thienemann 074524
+  append = "/var/log/bacula.log" = all, !skipped
Andreas Thienemann 074524
 }
Andreas Thienemann 074524