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