summaryrefslogtreecommitdiff
path: root/bacula-fd.sysconfig
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 13:01:59 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 13:01:59 +0000
commit6d23b443cf3a969b0d95d6d279cad1c6c99c9ca8 (patch)
tree6698599f4bee70e05a8804ba9c97c074fe79ad5c /bacula-fd.sysconfig
parente3f3133899f9de6df6fd0be1accc9d925b04ae17 (diff)
automatic import of baculaopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'bacula-fd.sysconfig')
-rw-r--r--bacula-fd.sysconfig21
1 files changed, 21 insertions, 0 deletions
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"