|
@@ -185,19 +185,19 @@ map:
|
|
|
desc: |
|
|
|
The standard output of this command is used to unlock the
|
|
|
encryption key. Only use on repositories that were
|
|
|
- initialized with passcommand/repokey encryption. Note that
|
|
|
- if both encryption_passcommand and encryption_passphrase are
|
|
|
- set, then encryption_passphrase takes precedence. Defaults
|
|
|
- to not set.
|
|
|
+ initialized with passcommand/repokey/keyfile encryption. Note
|
|
|
+ that if both encryption_passcommand and encryption_passphrase
|
|
|
+ are set, then encryption_passphrase takes precedence.
|
|
|
+ Defaults to not set.
|
|
|
example: "secret-tool lookup borg-repository repo-name"
|
|
|
encryption_passphrase:
|
|
|
type: str
|
|
|
desc: |
|
|
|
Passphrase to unlock the encryption key with. Only use on
|
|
|
- repositories that were initialized with passphrase/repokey
|
|
|
- encryption. Quote the value if it contains punctuation, so
|
|
|
- it parses correctly. And backslash any quote or backslash
|
|
|
- literals as well. Defaults to not set.
|
|
|
+ repositories that were initialized with
|
|
|
+ passphrase/repokey/keyfile encryption. Quote the value if it
|
|
|
+ contains punctuation, so it parses correctly. And backslash
|
|
|
+ any quote or backslash literals as well. Defaults to not set.
|
|
|
example: "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
|
|
|
checkpoint_interval:
|
|
|
type: int
|