[bacula/f16] Updated sysconfig files

Simone Caronni slaanesh at fedoraproject.org
Mon Jul 23 07:19:26 UTC 2012


commit 2b6c414ba259f114d54fcce1b4ca45cec3807062
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Jul 23 09:18:40 2012 +0200

    Updated sysconfig files

 bacula-dir.sysconfig    |    6 +++++-
 bacula-fd.sysconfig     |   11 ++++++++++-
 bacula-sd.sysconfig     |    6 +++++-
 bacula-sd.sysconfig.el5 |    9 +++++++++
 4 files changed, 29 insertions(+), 3 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..d3c5c48 100644
--- a/bacula-sd.sysconfig
+++ b/bacula-sd.sysconfig
@@ -2,4 +2,8 @@
 # If no user is set bacula will run as root
 
 SD_USER=bacula
-SD_GROUP=disk
+SD_GROUP=tape
+
+# Useful for debugging
+#
+# OPTS="-d 200"
diff --git a/bacula-sd.sysconfig.el5 b/bacula-sd.sysconfig.el5
new file mode 100644
index 0000000..97e9a47
--- /dev/null
+++ b/bacula-sd.sysconfig.el5
@@ -0,0 +1,9 @@
+# Users for bacula storage
+# If no user is set bacula will run as root
+
+SD_USER=bacula
+SD_GROUP=disk
+
+# Useful for debugging
+#
+# OPTS="-d 200"


More information about the scm-commits mailing list