From 2856c59c736ba931b8f915b071f467dba595716b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:37:59 +0000 Subject: automatic import of bacula --- bacula-fd.sysconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bacula-fd.sysconfig (limited to 'bacula-fd.sysconfig') diff --git a/bacula-fd.sysconfig b/bacula-fd.sysconfig new file mode 100644 index 0000000..09cae26 --- /dev/null +++ b/bacula-fd.sysconfig @@ -0,0 +1,21 @@ +# User and group for bacula client +# If no user is set bacula will run as root + +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, 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" -- cgit v1.2.3