Bläddra i källkod

docs: faq: specify "using inline shell scripts"

Marian Beermann 8 år sedan
förälder
incheckning
3faafb1dee
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      docs/faq.rst

+ 1 - 0
docs/faq.rst

@@ -266,6 +266,7 @@ See :ref:`encrypted_repos` for more details.
 .. _password_env:
 .. note:: Be careful how you set the environment; using the ``env``
           command, a ``system()`` call or using inline shell scripts
+          (e.g. ``BORG_PASSPHRASE=hunter12 borg ...``)
           might expose the credentials in the process list directly
           and they will be readable to all users on a system. Using
           ``export`` in a shell script file should be safe, however, as