[bacula/f17: 1/2] Additional notes on options in sysconfig files

Simone Caronni slaanesh at fedoraproject.org
Mon Jun 4 16:25:57 UTC 2012


commit 9dc3c9b46e8a63450cb805bf76157e6a5c511706
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Jun 4 18:25:31 2012 +0200

    Additional notes on options in sysconfig files

 bacula-dir.sysconfig |    6 +++++-
 bacula-fd.sysconfig  |   11 ++++++++++-
 bacula-sd.sysconfig  |    4 ++++
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/bacula-dir.sysconfig b/bacula-dir.sysconfig
index 46d2b7c..4250591 100644
--- a/bacula-dir.sysconfig
+++ b/bacula-dir.sysconfig
@@ -2,4 +2,8 @@
 # If no user is set bacula will run as root
 
 DIR_USER=bacula
-DIR_GROUP=bacula
\ No newline at end of file
+DIR_GROUP=bacula
+
+# Useful for debugging
+#
+# OPTS="-d 200"
diff --git a/bacula-fd.sysconfig b/bacula-fd.sysconfig
index 68dfb1e..09cae26 100644
--- a/bacula-fd.sysconfig
+++ b/bacula-fd.sysconfig
@@ -4,9 +4,18 @@
 FD_USER=root
 FD_GROUP=root
 
+# Useful for debugging
+#
+# OPTS="-d 200"
+
+
 # Set the following options if you want to run bacula-fd with ReadAll
 # capabilities after UID/GID switch.
-# This allows the File Daemon to keep root read but drop write permission. 
+#
+# This allows the File Daemon to keep root read but drop write permission.
+# This, however, has the side effect of disabling backups of extended
+# attributes because this requires super user privileges.
+#
 # OPTS="-k"
 # FD_USER="bacula"
 # FD_GROUP="bacula"
diff --git a/bacula-sd.sysconfig b/bacula-sd.sysconfig
index 83d78fb..97e9a47 100644
--- a/bacula-sd.sysconfig
+++ b/bacula-sd.sysconfig
@@ -3,3 +3,7 @@
 
 SD_USER=bacula
 SD_GROUP=disk
+
+# Useful for debugging
+#
+# OPTS="-d 200"


More information about the scm-commits mailing list