35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
|
--- bacula-1.38.11/src/dird/bacula-dir.conf.in.orig 2006-09-03 03:13:26.000000000 +0200
|
||
|
+++ bacula-1.38.11/src/dird/bacula-dir.conf.in 2006-09-03 03:14:46.000000000 +0200
|
||
|
@@ -15,7 +15,7 @@
|
||
|
Director { # define myself
|
||
|
Name = @hostname@-dir
|
||
|
DIRport = @dir_port@ # where we listen for UA connections
|
||
|
- QueryFile = "@scriptdir@/query.sql"
|
||
|
+ QueryFile = "/etc/bacula/query.sql"
|
||
|
WorkingDirectory = "@working_dir@"
|
||
|
PidDirectory = "@piddir@"
|
||
|
Maximum Concurrent Jobs = 1
|
||
|
@@ -101,11 +101,10 @@
|
||
|
# if you have other partitons such as /usr or /home
|
||
|
# you will probably want to add them too.
|
||
|
#
|
||
|
-# 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
|
||
|
#
|
||
|
- File = @BUILD_DIR@
|
||
|
+# File = /
|
||
|
}
|
||
|
|
||
|
#
|
||
|
@@ -266,7 +266,7 @@
|
||
|
mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r"
|
||
|
mail = @job_email@ = all, !skipped
|
||
|
console = all, !skipped, !saved
|
||
|
- append = "@working_dir@/log" = all, !skipped
|
||
|
+ append = "/var/log/bacula.log" = all, !skipped
|
||
|
}
|
||
|
|