2010-10-19 15:29:37 +00:00
|
|
|
# User and group for bacula client
|
|
|
|
# If no user is set bacula will run as root
|
|
|
|
|
|
|
|
FD_USER=root
|
2011-12-02 17:35:52 +00:00
|
|
|
FD_GROUP=root
|
|
|
|
|
2012-06-04 16:25:31 +00:00
|
|
|
# Useful for debugging
|
|
|
|
#
|
|
|
|
# OPTS="-d 200"
|
|
|
|
|
|
|
|
|
2011-12-06 08:48:33 +00:00
|
|
|
# Set the following options if you want to run bacula-fd with ReadAll
|
|
|
|
# capabilities after UID/GID switch.
|
2012-06-04 16:25:31 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
2011-12-06 08:48:33 +00:00
|
|
|
# OPTS="-k"
|
|
|
|
# FD_USER="bacula"
|
|
|
|
# FD_GROUP="bacula"
|