diff --git a/README.md b/README.md index f57cb00..19dc032 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/base/README.md b/base/README.md index 7885b0e..06803ab 100644 --- a/base/README.md +++ b/base/README.md @@ -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: ```