mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-13 09:56:30 +00:00
Update installation instructions for macOS
- Updated `OS X` to the new `macOS` name - Fuse 3.x is no longer just a prerelease - Added instructions to install fuse via homebrew
This commit is contained in:
parent
02c48836fa
commit
041f1baf4c
1 changed files with 5 additions and 3 deletions
|
@ -47,13 +47,13 @@ Gentoo `ebuild`_ ``emerge borgbackup``
|
||||||
GNU Guix `GNU Guix`_ ``guix package --install borg``
|
GNU Guix `GNU Guix`_ ``guix package --install borg``
|
||||||
Fedora/RHEL `Fedora official repository`_ ``dnf install borgbackup``
|
Fedora/RHEL `Fedora official repository`_ ``dnf install borgbackup``
|
||||||
FreeBSD `FreeBSD ports`_ ``cd /usr/ports/archivers/py-borgbackup && make install clean``
|
FreeBSD `FreeBSD ports`_ ``cd /usr/ports/archivers/py-borgbackup && make install clean``
|
||||||
|
macOS `Brew cask`_ ``brew cask install borgbackup``
|
||||||
Mageia `cauldron`_ ``urpmi borgbackup``
|
Mageia `cauldron`_ ``urpmi borgbackup``
|
||||||
NetBSD `pkgsrc`_ ``pkg_add py-borgbackup``
|
NetBSD `pkgsrc`_ ``pkg_add py-borgbackup``
|
||||||
NixOS `.nix file`_ ``nix-env -i borgbackup``
|
NixOS `.nix file`_ ``nix-env -i borgbackup``
|
||||||
OpenBSD `OpenBSD ports`_ ``pkg_add borgbackup``
|
OpenBSD `OpenBSD ports`_ ``pkg_add borgbackup``
|
||||||
OpenIndiana `OpenIndiana hipster repository`_ ``pkg install borg``
|
OpenIndiana `OpenIndiana hipster repository`_ ``pkg install borg``
|
||||||
openSUSE `openSUSE official repository`_ ``zypper in borgbackup``
|
openSUSE `openSUSE official repository`_ ``zypper in borgbackup``
|
||||||
OS X `Brew cask`_ ``brew cask install borgbackup``
|
|
||||||
Raspbian `Raspbian testing`_ ``apt install borgbackup``
|
Raspbian `Raspbian testing`_ ``apt install borgbackup``
|
||||||
Ubuntu `Ubuntu packages`_, `Ubuntu PPA`_ ``apt install borgbackup``
|
Ubuntu `Ubuntu packages`_, `Ubuntu PPA`_ ``apt install borgbackup``
|
||||||
============ ============================================= =======
|
============ ============================================= =======
|
||||||
|
@ -226,9 +226,11 @@ dependencies::
|
||||||
pip3 install virtualenv
|
pip3 install virtualenv
|
||||||
|
|
||||||
For FUSE support to mount the backup archives, you need at least version 3.0 of
|
For FUSE support to mount the backup archives, you need at least version 3.0 of
|
||||||
FUSE for OS X, which is available as a pre-release_.
|
FUSE for OS X, which is available via github_, or via homebrew::
|
||||||
|
|
||||||
.. _pre-release: https://github.com/osxfuse/osxfuse/releases
|
brew cask install osxfuse
|
||||||
|
|
||||||
|
.. _github: https://github.com/osxfuse/osxfuse/releases/latest
|
||||||
|
|
||||||
|
|
||||||
FreeBSD
|
FreeBSD
|
||||||
|
|
Loading…
Reference in a new issue