18 lines
700 B
Diff
18 lines
700 B
Diff
--- bacula-2.4.3/src/dird/bacula-dir.conf.in.orig 2008-12-10 08:59:18.000000000 -0600
|
|
+++ bacula-2.4.3/src/dird/bacula-dir.conf.in 2008-12-10 08:59:18.000000000 -0600
|
|
@@ -18 +18 @@
|
|
- QueryFile = "@scriptdir@/query.sql"
|
|
+ QueryFile = "/etc/bacula/query.sql"
|
|
@@ -108,3 +108,2 @@
|
|
-# By default this is defined to point to the Bacula build
|
|
-# directory to give a reasonable FileSet to backup to
|
|
-# disk storage during initial testing.
|
|
+# This File-directive would backup your whole filesystem.
|
|
+# It is disabled by default
|
|
@@ -112 +111 @@
|
|
- File = @BUILD_DIR@
|
|
+ File = /
|
|
@@ -263 +262 @@
|
|
- append = "@working_dir@/log" = all, !skipped
|
|
+ append = "/var/log/bacula.log" = all, !skipped
|