Clarify encryption section: It's not just for cron users.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2020-08-10 14:43:03 -07:00
parent ea1274d1c6
commit dd6ea40a36
1 changed files with 2 additions and 3 deletions

View File

@ -135,9 +135,8 @@ configuration](https://torsion.org/borgmatic/docs/how-to/upgrade/#upgrading-your
### Encryption
Note that if you plan to run borgmatic on a schedule with cron, and you
encrypt your Borg repository with a passphrase instead of a key file, you'll
either need to set the borgmatic `encryption_passphrase` configuration
If you encrypt your Borg repository with a passphrase instead of a key file,
you'll either need to set the borgmatic `encryption_passphrase` configuration
variable or set the `BORG_PASSPHRASE` environment variable. See the
[repository encryption
section](https://borgbackup.readthedocs.io/en/stable/quickstart.html#repository-encryption)