Merge branch 'master' into f17
This commit is contained in:
commit
54a1514384
@ -3,3 +3,7 @@
|
|||||||
|
|
||||||
DIR_USER=bacula
|
DIR_USER=bacula
|
||||||
DIR_GROUP=bacula
|
DIR_GROUP=bacula
|
||||||
|
|
||||||
|
# Useful for debugging
|
||||||
|
#
|
||||||
|
# OPTS="-d 200"
|
||||||
|
@ -4,9 +4,18 @@
|
|||||||
FD_USER=root
|
FD_USER=root
|
||||||
FD_GROUP=root
|
FD_GROUP=root
|
||||||
|
|
||||||
|
# Useful for debugging
|
||||||
|
#
|
||||||
|
# OPTS="-d 200"
|
||||||
|
|
||||||
|
|
||||||
# Set the following options if you want to run bacula-fd with ReadAll
|
# Set the following options if you want to run bacula-fd with ReadAll
|
||||||
# capabilities after UID/GID switch.
|
# capabilities after UID/GID switch.
|
||||||
|
#
|
||||||
# This allows the File Daemon to keep root read but drop write permission.
|
# 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.
|
||||||
|
#
|
||||||
# OPTS="-k"
|
# OPTS="-k"
|
||||||
# FD_USER="bacula"
|
# FD_USER="bacula"
|
||||||
# FD_GROUP="bacula"
|
# FD_GROUP="bacula"
|
||||||
|
@ -3,3 +3,7 @@
|
|||||||
|
|
||||||
SD_USER=bacula
|
SD_USER=bacula
|
||||||
SD_GROUP=disk
|
SD_GROUP=disk
|
||||||
|
|
||||||
|
# Useful for debugging
|
||||||
|
#
|
||||||
|
# OPTS="-d 200"
|
||||||
|
Loading…
Reference in New Issue
Block a user