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