installation.rst 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  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:`pip-installation` - installing a source package with pip needs
  13. more installation steps and requires all dependencies with
  14. development headers and a compiler.
  15. - :ref:`git-installation` - for developers and power users who want to
  16. have the latest code or use revision control (each release is
  17. tagged).
  18. .. _distribution-package:
  19. Distribution Package
  20. --------------------
  21. Some distributions might offer a ready-to-use ``borgbackup``
  22. package which can be installed with the package manager.
  23. .. important:: Those packages may not be up to date with the latest
  24. Borg releases. Before submitting a bug
  25. report, check the package version and compare that to
  26. our latest release then review :doc:`changes` to see if
  27. the bug has been fixed. Report bugs to the package
  28. maintainer rather than directly to Borg if the
  29. package is out of date in the distribution.
  30. .. keep this list in alphabetical order
  31. ============ ============================================= =======
  32. Distribution Source Command
  33. ============ ============================================= =======
  34. Arch Linux `[community]`_ ``pacman -S borg``
  35. Debian `Debian packages`_ ``apt install borgbackup``
  36. Gentoo `ebuild`_ ``emerge borgbackup``
  37. GNU Guix `GNU Guix`_ ``guix package --install borg``
  38. Fedora/RHEL `Fedora official repository`_ ``dnf install borgbackup``
  39. FreeBSD `FreeBSD ports`_ ``cd /usr/ports/archivers/py-borgbackup && make install clean``
  40. macOS `Brew cask`_ ``brew cask install borgbackup``
  41. Mageia `cauldron`_ ``urpmi borgbackup``
  42. NetBSD `pkgsrc`_ ``pkg_add py-borgbackup``
  43. NixOS `.nix file`_ ``nix-env -i borgbackup``
  44. OpenBSD `OpenBSD ports`_ ``pkg_add borgbackup``
  45. OpenIndiana `OpenIndiana hipster repository`_ ``pkg install borg``
  46. openSUSE `openSUSE official repository`_ ``zypper in borgbackup``
  47. Raspbian `Raspbian testing`_ ``apt install borgbackup``
  48. Ubuntu `Ubuntu packages`_, `Ubuntu PPA`_ ``apt install borgbackup``
  49. ============ ============================================= =======
  50. .. _[community]: https://www.archlinux.org/packages/?name=borg
  51. .. _Debian packages: https://packages.debian.org/search?keywords=borgbackup&searchon=names&exact=1&suite=all&section=all
  52. .. _Fedora official repository: https://apps.fedoraproject.org/packages/borgbackup
  53. .. _FreeBSD ports: http://www.freshports.org/archivers/py-borgbackup/
  54. .. _ebuild: https://packages.gentoo.org/packages/app-backup/borgbackup
  55. .. _GNU Guix: https://www.gnu.org/software/guix/package-list.html#borg
  56. .. _pkgsrc: http://pkgsrc.se/sysutils/py-borgbackup
  57. .. _cauldron: http://madb.mageia.org/package/show/application/0/release/cauldron/name/borgbackup
  58. .. _.nix file: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/backup/borg/default.nix
  59. .. _OpenBSD ports: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/borgbackup/
  60. .. _OpenIndiana hipster repository: http://pkg.openindiana.org/hipster/en/search.shtml?token=borg&action=Search
  61. .. _openSUSE official repository: http://software.opensuse.org/package/borgbackup
  62. .. _Brew cask: https://caskroom.github.io/
  63. .. _Raspbian testing: http://archive.raspbian.org/raspbian/pool/main/b/borgbackup/
  64. .. _Ubuntu packages: http://packages.ubuntu.com/xenial/borgbackup
  65. .. _Ubuntu PPA: https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/borgbackup
  66. Please ask package maintainers to build a package or, if you can package /
  67. submit it yourself, please help us with that! See :issue:`105` on
  68. github to followup on packaging efforts.
  69. .. _pyinstaller-binary:
  70. Standalone Binary
  71. -----------------
  72. .. note:: Releases are signed with an OpenPGP key, see
  73. :ref:`security-contact` for more instructions.
  74. Borg x86/x64 amd/intel compatible binaries (generated with `pyinstaller`_)
  75. are available on the releases_ page for the following platforms:
  76. * **Linux**: glibc >= 2.13 (ok for most supported Linux releases).
  77. Older glibc releases are untested and may not work.
  78. * **Mac OS X**: 10.10 (does not work with older OS X releases)
  79. * **FreeBSD**: 10.2 (unknown whether it works for older releases)
  80. ARM binaries are built by Johann Bauer, see: https://borg.bauerj.eu/
  81. To install such a binary, just drop it into a directory in your ``PATH``,
  82. make borg readable and executable for its users and then you can run ``borg``::
  83. sudo cp borg-linux64 /usr/local/bin/borg
  84. sudo chown root:root /usr/local/bin/borg
  85. sudo chmod 755 /usr/local/bin/borg
  86. Optionally you can create a symlink to have ``borgfs`` available, which is an
  87. alias for ``borg mount``::
  88. ln -s /usr/local/bin/borg /usr/local/bin/borgfs
  89. Note that the binary uses /tmp to unpack Borg with all dependencies.
  90. It will fail if /tmp has not enough free space or is mounted with the ``noexec`` option.
  91. You can change the temporary directory by setting the ``TEMP`` environment variable before running Borg.
  92. If a new version is released, you will have to manually download it and replace
  93. the old version using the same steps as shown above.
  94. .. _pyinstaller: http://www.pyinstaller.org
  95. .. _releases: https://github.com/borgbackup/borg/releases
  96. .. _source-install:
  97. From Source
  98. -----------
  99. .. note::
  100. Some older Linux systems (like RHEL/CentOS 5) and Python interpreter binaries
  101. compiled to be able to run on such systems (like Python installed via Anaconda)
  102. might miss functions required by Borg.
  103. This issue will be detected early and Borg will abort with a fatal error.
  104. Dependencies
  105. ~~~~~~~~~~~~
  106. To install Borg from a source package (including pip), you have to install the
  107. following dependencies first:
  108. * `Python 3`_ >= 3.5.0, plus development headers. Even though Python 3 is not
  109. the default Python version on most systems, it is usually available as an
  110. optional install.
  111. * OpenSSL_ >= 1.0.0, plus development headers.
  112. * libacl_ (which depends on libattr_), both plus development headers.
  113. * ZeroMQ_ >= 4.0.0, plus development headers.
  114. * We have bundled code of the following packages, but borg by default (see
  115. setup.py if you want to change that) prefers a shared library if it can
  116. be found on the system (lib + dev headers) at build time:
  117. - liblz4_ >= 1.7.0 (r129)
  118. - libzstd_ >= 1.3.0
  119. - libb2_
  120. * some Python dependencies, pip will automatically install them for you
  121. * optionally, the llfuse_ Python package is required if you wish to mount an
  122. archive as a FUSE filesystem. See setup.py about the version requirements.
  123. If you have troubles finding the right package names, have a look at the
  124. distribution specific sections below or the Vagrantfile in the git repository,
  125. which contains installation scripts for a number of operating systems.
  126. In the following, the steps needed to install the dependencies are listed for a
  127. selection of platforms. If your distribution is not covered by these
  128. instructions, try to use your package manager to install the dependencies. On
  129. FreeBSD, you may need to get a recent enough OpenSSL version from FreeBSD
  130. ports.
  131. After you have installed the dependencies, you can proceed with steps outlined
  132. under :ref:`pip-installation`.
  133. Debian / Ubuntu
  134. +++++++++++++++
  135. Install the dependencies with development headers::
  136. sudo apt-get install python3 python3-dev python3-pip python-virtualenv \
  137. libssl-dev openssl \
  138. libacl1-dev libacl1 \
  139. libzmq3-dev libzmq3 \
  140. build-essential
  141. sudo apt-get install libfuse-dev fuse pkg-config # optional, for FUSE support
  142. In case you get complaints about permission denied on ``/etc/fuse.conf``: on
  143. Ubuntu this means your user is not in the ``fuse`` group. Add yourself to that
  144. group, log out and log in again.
  145. Fedora / Korora
  146. +++++++++++++++
  147. .. todo:: use python 3.6
  148. Install the dependencies with development headers::
  149. sudo dnf install python3 python3-devel python3-pip python3-virtualenv
  150. sudo dnf install openssl-devel openssl
  151. sudo dnf install libacl-devel libacl
  152. sudo dnf install gcc gcc-c++
  153. sudo dnf install redhat-rpm-config # not needed in Korora
  154. sudo dnf install fuse-devel fuse pkgconfig # optional, for FUSE support
  155. openSUSE Tumbleweed / Leap
  156. ++++++++++++++++++++++++++
  157. .. todo:: use python 3.6
  158. Install the dependencies automatically using zypper::
  159. sudo zypper source-install --build-deps-only borgbackup
  160. Alternatively, you can enumerate all build dependencies in the command line::
  161. sudo zypper install python3 python3-devel \
  162. libacl-devel openssl-devel \
  163. python3-Cython python3-Sphinx python3-msgpack-python \
  164. python3-pytest python3-setuptools python3-setuptools_scm \
  165. python3-sphinx_rtd_theme python3-llfuse gcc gcc-c++
  166. Mac OS X
  167. ++++++++
  168. .. todo:: use python 3.6
  169. Assuming you have installed homebrew_, the following steps will install all the
  170. dependencies::
  171. brew install python3 openssl
  172. brew install pkg-config # optional, for FUSE support
  173. pip3 install virtualenv
  174. For FUSE support to mount the backup archives, you need at least version 3.0 of
  175. FUSE for OS X, which is available via github_, or via homebrew::
  176. brew cask install osxfuse
  177. .. _github: https://github.com/osxfuse/osxfuse/releases/latest
  178. FreeBSD
  179. ++++++++
  180. .. todo:: use python 3.6
  181. Listed below are packages you will need to install Borg, its dependencies,
  182. and commands to make FUSE work for using the mount command.
  183. ::
  184. pkg install -y python3 openssl fusefs-libs pkgconf
  185. pkg install -y git
  186. python3.4 -m ensurepip # to install pip for Python3
  187. To use the mount command:
  188. echo 'fuse_load="YES"' >> /boot/loader.conf
  189. echo 'vfs.usermount=1' >> /etc/sysctl.conf
  190. kldload fuse
  191. sysctl vfs.usermount=1
  192. Windows 10's Linux Subsystem
  193. ++++++++++++++++++++++++++++
  194. .. note::
  195. Running under Windows 10's Linux Subsystem is experimental and has not been tested much yet.
  196. Just follow the Ubuntu Linux installation steps. You can omit the FUSE stuff, it won't work anyway.
  197. Cygwin
  198. ++++++
  199. .. note::
  200. Running under Cygwin is experimental and has not been tested much yet.
  201. .. todo:: use python 3.6
  202. Use the Cygwin installer to install the dependencies::
  203. python3 python3-devel python3-setuptools
  204. binutils gcc-g++
  205. libopenssl openssl-devel
  206. git make openssh
  207. You can then install ``pip`` and ``virtualenv``::
  208. easy_install-3.4 pip
  209. pip install virtualenv
  210. .. _pip-installation:
  211. Using pip
  212. ~~~~~~~~~
  213. Virtualenv_ can be used to build and install Borg without affecting
  214. the system Python or requiring root access. Using a virtual environment is
  215. optional, but recommended except for the most simple use cases.
  216. .. note::
  217. If you install into a virtual environment, you need to **activate** it
  218. first (``source borg-env/bin/activate``), before running ``borg``.
  219. Alternatively, symlink ``borg-env/bin/borg`` into some directory that is in
  220. your ``PATH`` so you can just run ``borg``.
  221. This will use ``pip`` to install the latest release from PyPi::
  222. virtualenv --python=python3 borg-env
  223. source borg-env/bin/activate
  224. # install Borg + Python dependencies into virtualenv
  225. pip install borgbackup
  226. # or alternatively (if you want FUSE support):
  227. pip install borgbackup[fuse]
  228. To upgrade Borg to a new version later, run the following after
  229. activating your virtual environment::
  230. pip install -U borgbackup # or ... borgbackup[fuse]
  231. .. _git-installation:
  232. Using git
  233. ~~~~~~~~~
  234. This uses latest, unreleased development code from git.
  235. While we try not to break master, there are no guarantees on anything. ::
  236. # get borg from github
  237. git clone https://github.com/borgbackup/borg.git
  238. # create a virtual environment
  239. virtualenv --python=${which python3} borg-env
  240. source borg-env/bin/activate # always before using!
  241. # install borg + dependencies into virtualenv
  242. cd borg
  243. pip install -r requirements.d/development.txt
  244. pip install -r requirements.d/docs.txt # optional, to build the docs
  245. pip install -r requirements.d/fuse.txt # optional, for FUSE support
  246. pip install -e . # in-place editable mode
  247. # optional: run all the tests, on all supported Python versions
  248. # requires fakeroot, available through your package manager
  249. fakeroot -u tox
  250. By default the system installation of python will be used. If you need to use a different version of Python you can install this using ``pyenv``: ::
  251. ...
  252. # create a virtual environment
  253. pyenv install 3.6.0
  254. pyenv global 3.6.0
  255. pyenv local 3.6.0
  256. virtualenv --python=${pyenv which python} borg-env
  257. source borg-env/bin/activate # always before using!
  258. ...
  259. .. note:: As a developer or power user, you always want to use a virtual environment.