From 9dc3c9b46e8a63450cb805bf76157e6a5c511706 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Jun 04 2012 16:25:31 +0000 Subject: Additional notes on options in sysconfig files --- 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"