installation.rst 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. .. include:: global.rst.inc
  2. .. highlight:: bash
  3. .. _installation:
  4. Installation
  5. ============
  6. There are different ways to install Borg:
  7. - :ref:`distribution-package` - easy and fast if a package is
  8. available from your distribution.
  9. - :ref:`pyinstaller-binary` - easy and fast, we provide a ready-to-use binary file
  10. that comes bundled with all dependencies.
  11. - :ref:`source-install`, either:
  12. - :ref:`windows-binary` - builds a binary file for Windows using MSYS2.
  13. - :ref:`pip-installation` - installing a source package with pip needs
  14. more installation steps and requires all dependencies with
  15. development headers and a compiler.
  16. - :ref:`git-installation` - for developers and power users who want to
  17. have the latest code or use revision control (each release is
  18. tagged).
  19. .. _distribution-package:
  20. Distribution Package
  21. --------------------
  22. Some distributions might offer a ready-to-use ``borgbackup``
  23. package which can be installed with the package manager.
  24. .. important:: Those packages may not be up to date with the latest
  25. Borg releases. Before submitting a bug
  26. report, check the package version and compare that to
  27. our latest release then review :doc:`changes` to see if
  28. the bug has been fixed. Report bugs to the package
  29. maintainer rather than directly to Borg if the
  30. package is out of date in the distribution.
  31. .. keep this list in alphabetical order
  32. ============ ============================================= =======
  33. Distribution Source Command
  34. ============ ============================================= =======
  35. Alpine Linux `Alpine repository`_ ``apk add borgbackup``
  36. Arch Linux `[extra]`_ ``pacman -S borg``
  37. Debian `Debian packages`_ ``apt install borgbackup``
  38. Gentoo `ebuild`_ ``emerge borgbackup``
  39. GNU Guix `GNU Guix`_ ``guix package --install borg``
  40. Fedora/RHEL `Fedora official repository`_ ``dnf install borgbackup``
  41. FreeBSD `FreeBSD ports`_ ``cd /usr/ports/archivers/py-borgbackup && make install clean``
  42. macOS `Homebrew`_ | ``brew install borgbackup`` (official formula, **no** FUSE support)
  43. | **or**
  44. | ``brew install --cask macfuse`` (`private Tap`_, FUSE support)
  45. | ``brew install borgbackup/tap/borgbackup-fuse``
  46. Mageia `cauldron`_ ``urpmi borgbackup``
  47. NetBSD `pkgsrc`_ ``pkg_add py-borgbackup``
  48. NixOS `.nix file`_ ``nix-env -i borgbackup``
  49. OpenBSD `OpenBSD ports`_ ``pkg_add borgbackup``
  50. OpenIndiana `OpenIndiana hipster repository`_ ``pkg install borg``
  51. openSUSE `openSUSE official repository`_ ``zypper in borgbackup``
  52. Raspbian `Raspbian testing`_ ``apt install borgbackup``
  53. Ubuntu `Ubuntu packages`_, `Ubuntu PPA`_ ``apt install borgbackup``
  54. ============ ============================================= =======
  55. .. _Alpine repository: https://pkgs.alpinelinux.org/packages?name=borgbackup
  56. .. _[extra]: https://www.archlinux.org/packages/?name=borg
  57. .. _Debian packages: https://packages.debian.org/search?keywords=borgbackup&searchon=names&exact=1&suite=all&section=all
  58. .. _Fedora official repository: https://packages.fedoraproject.org/pkgs/borgbackup/borgbackup/
  59. .. _FreeBSD ports: https://www.freshports.org/archivers/py-borgbackup/
  60. .. _ebuild: https://packages.gentoo.org/packages/app-backup/borgbackup
  61. .. _GNU Guix: https://www.gnu.org/software/guix/package-list.html#borg
  62. .. _pkgsrc: http://pkgsrc.se/sysutils/py-borgbackup
  63. .. _cauldron: http://madb.mageia.org/package/show/application/0/release/cauldron/name/borgbackup
  64. .. _.nix file: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/backup/borgbackup/default.nix
  65. .. _OpenBSD ports: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/borgbackup/
  66. .. _OpenIndiana hipster repository: https://pkg.openindiana.org/hipster/en/search.shtml?token=borg&action=Search
  67. .. _openSUSE official repository: https://software.opensuse.org/package/borgbackup
  68. .. _Homebrew: https://formulae.brew.sh/formula/borgbackup
  69. .. _private Tap: https://github.com/borgbackup/homebrew-tap
  70. .. _Raspbian testing: https://archive.raspbian.org/raspbian/pool/main/b/borgbackup/
  71. .. _Ubuntu packages: https://launchpad.net/ubuntu/+source/borgbackup
  72. .. _Ubuntu PPA: https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/borgbackup
  73. Please ask package maintainers to build a package or, if you can package /
  74. submit it yourself, please help us with that! See :issue:`105` on
  75. github to followup on packaging efforts.
  76. **Current status of package in the repositories**
  77. .. start-badges
  78. |Packaging status|
  79. .. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/borgbackup.svg
  80. :alt: Packaging status
  81. :target: https://repology.org/project/borgbackup/versions
  82. .. end-badges
  83. .. _pyinstaller-binary:
  84. Standalone Binary
  85. -----------------
  86. .. note:: Releases are signed with an OpenPGP key, see
  87. :ref:`security-contact` for more instructions.
  88. Borg x86/x64 amd/intel compatible binaries (generated with `pyinstaller`_)
  89. are available on the releases_ page for the following platforms:
  90. * **Linux**: glibc >= 2.28 (ok for most supported Linux releases).
  91. Older glibc releases are untested and may not work.
  92. * **MacOS**: 10.12 or newer (To avoid signing issues download the file via
  93. command line **or** remove the ``quarantine`` attribute after downloading:
  94. ``$ xattr -dr com.apple.quarantine borg-macosx64.tgz``)
  95. * **FreeBSD**: 12.1 (unknown whether it works for older releases)
  96. ARM binaries are built by Johann Bauer, see: https://borg.bauerj.eu/
  97. To install such a binary, just drop it into a directory in your ``PATH``,
  98. make borg readable and executable for its users and then you can run ``borg``::
  99. sudo cp borg-linux64 /usr/local/bin/borg
  100. sudo chown root:root /usr/local/bin/borg
  101. sudo chmod 755 /usr/local/bin/borg
  102. Optionally you can create a symlink to have ``borgfs`` available, which is an
  103. alias for ``borg mount``::
  104. ln -s /usr/local/bin/borg /usr/local/bin/borgfs
  105. Note that the binary uses /tmp to unpack Borg with all dependencies. It will
  106. fail if /tmp has not enough free space or is mounted with the ``noexec``
  107. option. You can change the temporary directory by setting the ``TEMP``
  108. environment variable before running Borg.
  109. If a new version is released, you will have to download it manually and replace
  110. the old version using the same steps as shown above.
  111. .. _pyinstaller: http://www.pyinstaller.org
  112. .. _releases: https://github.com/borgbackup/borg/releases
  113. .. _source-install:
  114. From Source
  115. -----------
  116. .. note::
  117. Some older Linux systems (like RHEL/CentOS 5) and Python interpreter binaries
  118. compiled to be able to run on such systems (like Python installed via Anaconda)
  119. might miss functions required by Borg.
  120. This issue will be detected early and Borg will abort with a fatal error.
  121. Dependencies
  122. ~~~~~~~~~~~~
  123. To install Borg from a source package (including pip), you have to install the
  124. following dependencies first. For the libraries you will also need their
  125. development header files (sometimes in a separate `-dev` or `-devel` package).
  126. * `Python 3`_ >= 3.10.0
  127. * OpenSSL_ >= 1.1.1 (LibreSSL will not work)
  128. * libacl_ (which depends on libattr_)
  129. * libxxhash_ >= 0.8.1
  130. * liblz4_ >= 1.7.0 (r129)
  131. * libzstd_ >= 1.3.0
  132. * libffi (required for argon2-cffi-bindings)
  133. * pkg-config (cli tool) - Borg uses this to discover header and library
  134. locations automatically. Alternatively, you can also point to them via some
  135. environment variables, see setup.py.
  136. * Some other Python dependencies, pip will automatically install them for you.
  137. * Optionally, if you wish to mount an archive as a FUSE filesystem, you need
  138. a FUSE implementation for Python:
  139. - pyfuse3_ >= 3.1.1 (for fuse 3, use `pip install borgbackup[pyfuse3]`), or
  140. - llfuse_ >= 1.3.8 (for fuse 2, use `pip install borgbackup[llfuse]`).
  141. - Additionally, your OS will need to have FUSE support installed
  142. (e.g. a package `fuse` for fuse 2 or a package `fuse3` for fuse 3 support).
  143. If you have troubles finding the right package names, have a look at the
  144. distribution specific sections below or the Vagrantfile in the git repository,
  145. which contains installation scripts for a number of operating systems.
  146. In the following, the steps needed to install the dependencies are listed for a
  147. selection of platforms. If your distribution is not covered by these
  148. instructions, try to use your package manager to install the dependencies.
  149. After you have installed the dependencies, you can proceed with steps outlined
  150. under :ref:`pip-installation`.
  151. Debian / Ubuntu
  152. +++++++++++++++
  153. Install the dependencies with development headers::
  154. sudo apt-get install python3 python3-dev python3-pip python3-virtualenv \
  155. libacl1-dev \
  156. libssl-dev \
  157. liblz4-dev libzstd-dev libxxhash-dev \
  158. libffi-dev \
  159. build-essential pkg-config
  160. sudo apt-get install libfuse-dev fuse # needed for llfuse
  161. sudo apt-get install libfuse3-dev fuse3 # needed for pyfuse3
  162. In case you get complaints about permission denied on ``/etc/fuse.conf``: on
  163. Ubuntu this means your user is not in the ``fuse`` group. Add yourself to that
  164. group, log out and log in again.
  165. Fedora
  166. ++++++
  167. Install the dependencies with development headers::
  168. sudo dnf install python3 python3-devel python3-pip python3-virtualenv \
  169. libacl-devel \
  170. openssl-devel \
  171. lz4-devel libzstd-devel xxhash-devel \
  172. libffi-devel \
  173. pkgconf
  174. sudo dnf install gcc gcc-c++ redhat-rpm-config
  175. sudo dnf install fuse-devel fuse # needed for llfuse
  176. sudo dnf install fuse3-devel fuse3 # needed for pyfuse3
  177. openSUSE Tumbleweed / Leap
  178. ++++++++++++++++++++++++++
  179. Install the dependencies automatically using zypper::
  180. sudo zypper source-install --build-deps-only borgbackup
  181. Alternatively, you can enumerate all build dependencies in the command line::
  182. sudo zypper install python3 python3-devel \
  183. libacl-devel openssl-devel xxhash-devel libzstd-devel liblz4-devel \
  184. libffi-devel \
  185. python3-Cython python3-Sphinx python3-msgpack-python python3-pkgconfig pkgconf \
  186. python3-pytest python3-setuptools python3-setuptools_scm \
  187. python3-sphinx_rtd_theme gcc gcc-c++
  188. sudo zypper install python3-llfuse # llfuse
  189. macOS
  190. +++++
  191. When installing borgbackup via Homebrew_, the basic dependencies are installed automatically.
  192. For FUSE support to mount the backup archives, you need macFUSE, which is available
  193. via `github <https://github.com/osxfuse/osxfuse/releases/latest>`__, or Homebrew::
  194. brew install --cask macfuse
  195. When installing Borg via ``pip``, be sure to install the ``llfuse`` extra,
  196. since macFUSE only supports FUSE API v2. Also, since Homebrew won't link
  197. the installed ``openssl`` formula, point pkg-config to the correct path::
  198. PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig" pip install borgbackup[llfuse]
  199. When working from a borg git repo workdir, you can install dependencies using the
  200. Brewfile::
  201. brew install python@3.11 # can be any supported python3 version
  202. brew bundle install # install requirements from borg repo's ./Brewfile
  203. pip3 install virtualenv
  204. Be aware that for all recent macOS releases you must authorize full disk access.
  205. It is no longer sufficient to run borg backups as root. If you have not yet
  206. granted full disk access, and you run Borg backup from cron, you will see
  207. messages such as::
  208. /Users/you/Pictures/Photos Library.photoslibrary: scandir: [Errno 1] Operation not permitted:
  209. To fix this problem, you should grant full disk access to cron, and to your
  210. Terminal application. More information `can be found here
  211. <https://osxdaily.com/2020/04/27/fix-cron-permissions-macos-full-disk-access/>`__.
  212. FreeBSD
  213. ++++++++
  214. Listed below are packages you will need to install Borg, its dependencies,
  215. and commands to make FUSE work for using the mount command.
  216. ::
  217. pkg install -y python3 pkgconf
  218. pkg install openssl
  219. pkg install liblz4 zstd xxhash
  220. pkg install fusefs-libs # needed for llfuse
  221. pkg install -y git
  222. python3 -m ensurepip # to install pip for Python3
  223. To use the mount command:
  224. echo 'fuse_load="YES"' >> /boot/loader.conf
  225. echo 'vfs.usermount=1' >> /etc/sysctl.conf
  226. kldload fuse
  227. sysctl vfs.usermount=1
  228. .. _windows_deps:
  229. Windows
  230. +++++++
  231. .. note::
  232. Running under Windows is experimental.
  233. .. warning::
  234. This script needs to be run in the UCRT64 environment in MSYS2.
  235. Install the dependencies with the provided script::
  236. ./scripts/msys2-install-deps
  237. Windows 10's Linux Subsystem
  238. ++++++++++++++++++++++++++++
  239. .. note::
  240. Running under Windows 10's Linux Subsystem is experimental and has not been tested much yet.
  241. Just follow the Ubuntu Linux installation steps. You can omit the FUSE stuff, it won't work anyway.
  242. Cygwin
  243. ++++++
  244. .. note::
  245. Running under Cygwin is experimental and has not been tested much yet.
  246. Use the Cygwin installer to install the dependencies::
  247. python39 python39-devel
  248. python39-setuptools python39-pip python39-wheel python39-virtualenv
  249. libssl-devel libxxhash-devel liblz4-devel libzstd-devel
  250. binutils gcc-g++ git make openssh
  251. Make sure to use a virtual environment to avoid confusions with any Python installed on Windows.
  252. .. _windows-binary:
  253. Building a binary on Windows
  254. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  255. .. note::
  256. This is experimental.
  257. .. warning::
  258. This needs to be run in the UCRT64 environment in MSYS2.
  259. Ensure to install the dependencies as described within :ref:`Dependencies: Windows <windows_deps>`.
  260. ::
  261. # Needed for setuptools < 70.2.0 to work - https://www.msys2.org/docs/python/#known-issues
  262. # export SETUPTOOLS_USE_DISTUTILS=stdlib
  263. pip install -e .
  264. pyinstaller -y scripts/borg.exe.spec
  265. A standalone executable will be created in ``dist/borg.exe``.
  266. .. _pip-installation:
  267. Using pip
  268. ~~~~~~~~~
  269. Virtualenv_ can be used to build and install Borg without affecting
  270. the system Python or requiring root access. Using a virtual environment is
  271. optional, but recommended except for the most simple use cases.
  272. Ensure to install the dependencies as described within :ref:`source-install`.
  273. .. note::
  274. If you install into a virtual environment, you need to **activate** it
  275. first (``source borg-env/bin/activate``), before running ``borg``.
  276. Alternatively, symlink ``borg-env/bin/borg`` into some directory that is in
  277. your ``PATH`` so you can run ``borg``.
  278. This will use ``pip`` to install the latest release from PyPi::
  279. virtualenv --python=python3 borg-env
  280. source borg-env/bin/activate
  281. # might be required if your tools are outdated
  282. pip install -U pip setuptools wheel
  283. # install Borg + Python dependencies into virtualenv
  284. pip install borgbackup
  285. # or alternatively (if you want FUSE support):
  286. pip install borgbackup[llfuse] # to use llfuse
  287. pip install borgbackup[pyfuse3] # to use pyfuse3
  288. To upgrade Borg to a new version later, run the following after
  289. activating your virtual environment::
  290. pip install -U borgbackup # or ... borgbackup[llfuse/pyfuse3]
  291. When doing manual pip installation, man pages are not automatically
  292. installed. You can run these commands to install the man pages
  293. locally::
  294. # get borg from github
  295. git clone https://github.com/borgbackup/borg.git borg
  296. # Install the files with proper permissions
  297. install -D -m 0644 borg/docs/man/borg*.1* $HOME/.local/share/man/man1/borg.1
  298. # Update the man page cache
  299. mandb
  300. .. _git-installation:
  301. Using git
  302. ~~~~~~~~~
  303. This uses latest, unreleased development code from git.
  304. While we try not to break master, there are no guarantees on anything.
  305. Ensure to install the dependencies as described within :ref:`source-install`.
  306. ::
  307. # get borg from github
  308. git clone https://github.com/borgbackup/borg.git
  309. # create a virtual environment
  310. virtualenv --python=$(which python3) borg-env
  311. source borg-env/bin/activate # always before using!
  312. # install borg + dependencies into virtualenv
  313. cd borg
  314. pip install -r requirements.d/development.txt
  315. pip install -r requirements.d/docs.txt # optional, to build the docs
  316. pip install -e . # in-place editable mode
  317. or
  318. pip install -e .[pyfuse3] # in-place editable mode, use pyfuse3
  319. or
  320. pip install -e .[llfuse] # in-place editable mode, use llfuse
  321. # optional: run all the tests, on all installed Python versions
  322. # requires fakeroot, available through your package manager
  323. fakeroot -u tox --skip-missing-interpreters
  324. By default the system installation of python will be used.
  325. If you need to use a different version of Python you can install this using ``pyenv``:
  326. ::
  327. ...
  328. # create a virtual environment
  329. pyenv install 3.10.0 # minimum, preferably use something more recent!
  330. pyenv global 3.10.0
  331. pyenv local 3.10.0
  332. virtualenv --python=${pyenv which python} borg-env
  333. source borg-env/bin/activate # always before using!
  334. ...
  335. .. note:: As a developer or power user, you should always use a virtual environment.