diff options
| -rw-r--r-- | bacula-dir.sysconfig | 6 | ||||
| -rw-r--r-- | bacula-fd.sysconfig | 11 | ||||
| -rw-r--r-- | 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" |
