Merge pull request #13 from toastie89/patch-2

Added comment about additional parameters needed for FUSE mounts.
pull/15/head
b3vis 2018-09-18 15:22:47 +01:00 zatwierdzone przez GitHub
commit ee7d1df529
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -25,6 +25,14 @@ docker run \
-v /srv/borgmatic/cache:/cache \
b3vis/borgmatic
```
While the parameters above are sufficient for regular backups, following additional privileges will be needed to mount an archive as FUSE filesystem:
```
--cap-add SYS_ADMIN \
--device /dev/fuse \
--security-opt label:disable \
--security-opt apparmor:unconfined
```
Depending on your security system, `--security-opt` parameters may not be neccessary. `label:disable` is needed for *SELinux*, while `apparmor:unconfined` is needed for *AppArmor*.
### Layout