mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-24 00:09:00 +00:00
docs: quickstart: delete problematic BORG_PASSPRHASE use
This commit is contained in:
parent
68b61acffd
commit
aa7fbff55f
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ may be surprised that the following ``export`` has no effect on your command::
|
|||
export BORG_PASSPHRASE='complicated & long'
|
||||
sudo ./yourborgwrapper.sh # still prompts for password
|
||||
|
||||
For more information, see sudo(8) man page. Hint: see ``env_keep`` in
|
||||
sudoers(5), or try ``sudo BORG_PASSPHRASE='yourphrase' borg`` syntax.
|
||||
For more information, refer to the sudo(8) man page and ``env_keep`` in
|
||||
the sudoers(5) man page.
|
||||
|
||||
.. Tip::
|
||||
To debug what your borg process is actually seeing, find its PID
|
||||
|
|
Loading…
Reference in a new issue