mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 16:55:36 +00:00
Fix macOS keychain integration command
This commit is contained in:
parent
86c0b66de3
commit
aadb9cd2ee
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ Using ``BORG_PASSCOMMAND`` with MacOS Keychain
|
|||
|
||||
In your backup script retrieve it in the ``BORG_PASSCOMMAND``::
|
||||
|
||||
export BORG_PASSCOMMAND="security find-generic-password -a $USER -s borg-passphrase"
|
||||
export BORG_PASSCOMMAND="security find-generic-password -a $USER -s borg-passphrase -w"
|
||||
|
||||
Using ``BORG_PASSCOMMAND`` with GNOME Keyring
|
||||
GNOME also has a keyring daemon that can be used to store a Borg passphrase.
|
||||
|
|
Loading…
Reference in a new issue