mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
document how to use group-accessible repos with systemd
This commit is contained in:
parent
f053e33486
commit
6cf795bd34
1 changed files with 3 additions and 2 deletions
|
@ -26,8 +26,9 @@ RestartSec=5
|
|||
# The following line must be customised to your individual requirements.
|
||||
ReadWritePaths=/path/to/backups
|
||||
|
||||
# Makes created files group-readable, but inaccessible by others
|
||||
UMask=027
|
||||
# Set to `UMask=007` and pass `--group-accessible-repos` to rest-server to
|
||||
# make created files group-readable
|
||||
UMask=077
|
||||
|
||||
# If your system doesn't support all of the features below (e.g. because of
|
||||
# the use of an older version of systemd), you may wish to comment-out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue