Oops.
This commit is contained in:
parent
0036e0f595
commit
61a95d3665
@ -1,17 +1,5 @@
|
||||
--- 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 @@
|
||||
--- bacula-3.0.0/src/dird/bacula-dir.conf.in~ 2009-04-21 11:24:12.000000000 -0500
|
||||
+++ bacula-3.0.0/src/dird/bacula-dir.conf.in 2009-04-21 11:24:12.000000000 -0500
|
||||
@@ -276 +276 @@
|
||||
- append = "@working_dir@/log" = all, !skipped
|
||||
+ append = "/var/log/bacula.log" = all, !skipped
|
||||
|
Loading…
Reference in New Issue
Block a user