Compare commits

..

1 Commits

Author SHA1 Message Date
axel simon 4176532317 Update docs/how-to/provide-your-passwords.md
Provide an explanation of encryption_passcommand.
Also, adjust headers for consistency.
2023-12-30 23:45:56 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ or security reasons, read on.
### Delegating to a another application
borgmatic supports calling another application such as a password manager to
obtain the borg passphrase to a repository.
obtain the Borg passphrase to a repository.
For example, to ask password manager to provide the passphrase:
For example, to ask the *Pass* password manager to provide the passphrase:
```yaml
encryption_passcommand: pass path/to/borg-repokey
```