mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +00:00
Wording update, combine paras.
This commit is contained in:
parent
2729529ee2
commit
9d54507e22
1 changed files with 4 additions and 4 deletions
|
@ -260,11 +260,11 @@ macFUSE, which is available via `github
|
|||
|
||||
brew install --cask osxfuse
|
||||
|
||||
When installing Borg via ``pip``, be sure to use ``pip install borgbackup[llfuse]``,
|
||||
since macFUSE only supports FUSE API v2.
|
||||
When installing Borg via ``pip``, be sure to install the ``llfuse`` extra,
|
||||
since macFUSE only supports FUSE API v2. Also, since Homebrew won't link
|
||||
the installed ``openssl`` formula, point pkg-config to the correct path::
|
||||
|
||||
Since Homebrew won't link the installed ``openssl`` formula, point pkg-config to the
|
||||
correct path: ``PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig" pip install ...``
|
||||
PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig" pip install borgbackup[llfuse]
|
||||
|
||||
For OS X Catalina and later, be aware that you must authorize full disk access.
|
||||
It is no longer sufficient to run borg backups as root. If you have not yet
|
||||
|
|
Loading…
Reference in a new issue