Explorar o código

Fix macOS keychain integration command

Markus Engelbrecht %!s(int64=7) %!d(string=hai) anos
pai
achega
aadb9cd2ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

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