# bacula director options
DIR_USER=bacula
DIR_GROUP=bacula
DIR_OPTIONS=''

# bacula client options
FD_USER=bacula
FD_GROUP=bacula
FD_OPTIONS=''
# when running bacula client under an unprivileged user allow it to read every file it has to backup
FD_KEEP_READALL=yes
# if bacula takes up too much resources when running backups on a busy server try setting this to '-c3'
FD_IONICE=''

# bacula storage daemon options
SD_USER=bacula
SD_GROUP=tape
SD_OPTIONS=''
