mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
Use macFUSE instead of osxfuse
This commit is contained in:
parent
9d54507e22
commit
2ad2c90d6b
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ Fedora/RHEL `Fedora official repository`_ ``dnf install borgbac
|
|||
FreeBSD `FreeBSD ports`_ ``cd /usr/ports/archivers/py-borgbackup && make install clean``
|
||||
macOS `Homebrew`_ | ``brew install borgbackup`` (official formula, **no** FUSE support)
|
||||
| **or**
|
||||
| ``brew install --cask osxfuse`` (`private Tap`_, FUSE support)
|
||||
| ``brew install --cask macfuse`` (`private Tap`_, FUSE support)
|
||||
| ``brew install borgbackup/tap/borgbackup-fuse``
|
||||
Mageia `cauldron`_ ``urpmi borgbackup``
|
||||
NetBSD `pkgsrc`_ ``pkg_add py-borgbackup``
|
||||
|
|
@ -258,7 +258,7 @@ For FUSE support to mount the backup archives, you need at least version 3.0 of
|
|||
macFUSE, which is available via `github
|
||||
<https://github.com/osxfuse/osxfuse/releases/latest>`__, or Homebrew::
|
||||
|
||||
brew install --cask osxfuse
|
||||
brew install --cask macfuse
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue