mirror of
https://github.com/restic/rest-server.git
synced 2026-04-10 04:01:36 -07:00
polish changelogs
This commit is contained in:
@@ -2,8 +2,8 @@ Enhancement: Support group accessible repositories
|
||||
|
||||
Rest-server now supports making repositories accessible to the filesystem group
|
||||
by setting the `--group-accessible-repos` option. Note that permissions of
|
||||
existing files are not modified. Use `chmod -R g+rwX /path/to/repo` to make
|
||||
the repository group-accessible.
|
||||
existing files are not modified. To make an existing repository group-accessible,
|
||||
use `chmod -R g+rwX /path/to/repo`.
|
||||
|
||||
https://github.com/restic/rest-server/issues/189
|
||||
https://github.com/restic/rest-server/pull/308
|
||||
|
||||
Reference in New Issue
Block a user