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