Fix macOS keychain integration command

This commit is contained in:
Markus Engelbrecht 2017-09-03 20:03:11 +02:00
parent 86c0b66de3
commit aadb9cd2ee
1 changed files with 1 additions and 1 deletions

View File

@ -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.