fix spelling/grammar

pull/50/head
Holger Dell 2020-07-06 15:29:07 +02:00
rodzic 8de71662ca
commit e206c02f19
2 zmienionych plików z 3 dodań i 5 usunięć

Wyświetl plik

@ -9,10 +9,8 @@ A little container I wrote to automate my [Borgbackup](https://github.com/borgba
This image comes in the three flavours:
1. [base](./base/README.md) (vanilla), with docker log
2. [msmtp](./msmtp/README.md), with e-mail notification
2. [msmtp](./msmtp/README.md), with e-mail notifications
3. [ntfy](./ntfy/README.md), with push notifications
For general instuctions, see the [base](./base/README.md)
### Usage
General instructions can be found from the base image [README](./base/README.md).
General instructions can be found in the base image [README](./base/README.md).

Wyświetl plik

@ -36,7 +36,7 @@ While the parameters above are sufficient for regular backups, following additio
--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*.
Depending on your security system, `--security-opt` parameters may not be necessary. `label:disable` is needed for *SELinux*, while `apparmor:unconfined` is needed for *AppArmor*.
To init the repo with encryption, run:
```