6d394f
# User and group for bacula client
6d394f
# If no user is set bacula will run as root
6d394f
6d394f
FD_USER=root
6d394f
FD_GROUP=root
6d394f
6d394f
# Useful for debugging
6d394f
#
6d394f
# OPTS="-d 200"
6d394f
6d394f
6d394f
# Set the following options if you want to run bacula-fd with ReadAll
6d394f
# capabilities after UID/GID switch.
6d394f
#
6d394f
# This allows the File Daemon to keep root read but drop write permission.
6d394f
# This, however, has the side effect of disabling backups of extended
6d394f
# attributes because this requires super user privileges.
6d394f
#
6d394f
# OPTS="-k"
6d394f
# FD_USER="bacula"
6d394f
# FD_GROUP="bacula"