installation.rst 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. .. include:: global.rst.inc
  2. .. _installation:
  3. Installation
  4. ============
  5. There are different ways to install |project_name|:
  6. - :ref:`distribution-package` - easy and fast if a package is
  7. available from your distribution.
  8. - :ref:`pyinstaller-binary` - easy and fast, we provide a ready-to-use binary file
  9. that comes bundled with all dependencies.
  10. - :ref:`source-install`, either:
  11. - :ref:`pip-installation` - installing a source package with pip needs
  12. more installation steps and requires all dependencies with
  13. development headers and a compiler.
  14. - :ref:`git-installation` - for developers and power users who want to
  15. have the latest code or use revision control (each release is
  16. tagged).
  17. .. _distribution-package:
  18. Distribution Package
  19. --------------------
  20. Some distributions might offer a ready-to-use ``borgbackup``
  21. package which can be installed with the package manager.
  22. .. important:: Those packages may not be up to date with the latest
  23. |project_name| releases. Before submitting a bug
  24. report, check the package version and compare that to
  25. our latest release then review :doc:`changes` to see if
  26. the bug has been fixed. Report bugs to the package
  27. maintainer rather than directly to |project_name| if the
  28. package is out of date in the distribution.
  29. .. keep this list in alphabetical order
  30. ============ ============================================= =======
  31. Distribution Source Command
  32. ============ ============================================= =======
  33. Arch Linux `[community]`_ ``pacman -S borg``
  34. Debian `jessie-backports`_, `stretch`_, `sid`_ ``apt install borgbackup``
  35. Gentoo `ebuild`_ ``emerge borgbackup``
  36. GNU Guix `GNU Guix`_ ``guix package --install borg``
  37. Fedora/RHEL `Fedora official repository`_, `EPEL`_ ``dnf install borgbackup``
  38. FreeBSD `FreeBSD ports`_ ``cd /usr/ports/archivers/py-borgbackup && make install clean``
  39. Mageia `cauldron`_ ``urpmi borgbackup``
  40. NetBSD `pkgsrc`_ ``pkg_add py-borgbackup``
  41. NixOS `.nix file`_ N/A
  42. OpenBSD `OpenBSD ports`_ ``pkg_add borgbackup``
  43. OpenIndiana `OpenIndiana hipster repository`_ ``pkg install borg``
  44. openSUSE `openSUSE official repository`_ ``zypper in python3-borgbackup``
  45. OS X `Brew cask`_ ``brew cask install borgbackup``
  46. Raspbian `Raspbian testing`_ ``apt install borgbackup``
  47. Ubuntu `16.04`_, backports (PPA): `15.10`_, `14.04`_ ``apt install borgbackup``
  48. ============ ============================================= =======
  49. .. _[community]: https://www.archlinux.org/packages/?name=borg
  50. .. _jessie-backports: https://packages.debian.org/jessie-backports/borgbackup
  51. .. _stretch: https://packages.debian.org/stretch/borgbackup
  52. .. _sid: https://packages.debian.org/sid/borgbackup
  53. .. _Fedora official repository: https://apps.fedoraproject.org/packages/borgbackup
  54. .. _EPEL: https://admin.fedoraproject.org/pkgdb/package/rpms/borgbackup/
  55. .. _FreeBSD ports: http://www.freshports.org/archivers/py-borgbackup/
  56. .. _ebuild: https://packages.gentoo.org/packages/app-backup/borgbackup
  57. .. _GNU Guix: https://www.gnu.org/software/guix/package-list.html#borg
  58. .. _pkgsrc: http://pkgsrc.se/sysutils/py-borgbackup
  59. .. _cauldron: http://madb.mageia.org/package/show/application/0/release/cauldron/name/borgbackup
  60. .. _.nix file: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/backup/borg/default.nix
  61. .. _OpenBSD ports: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/borgbackup/
  62. .. _OpenIndiana hipster repository: http://pkg.openindiana.org/hipster/en/search.shtml?token=borg&action=Search
  63. .. _openSUSE official repository: http://software.opensuse.org/package/borgbackup
  64. .. _Brew cask: http://caskroom.io/
  65. .. _Raspbian testing: http://archive.raspbian.org/raspbian/pool/main/b/borgbackup/
  66. .. _16.04: https://launchpad.net/ubuntu/xenial/+source/borgbackup
  67. .. _15.10: https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/borgbackup
  68. .. _14.04: https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/borgbackup
  69. Please ask package maintainers to build a package or, if you can package /
  70. submit it yourself, please help us with that! See :issue:`105` on
  71. github to followup on packaging efforts.
  72. .. _pyinstaller-binary:
  73. Standalone Binary
  74. -----------------
  75. |project_name| binaries (generated with `pyinstaller`_) are available
  76. on the releases_ page for the following platforms:
  77. * **Linux**: glibc >= 2.13 (ok for most supported Linux releases). Maybe older
  78. glibc versions also work, if they are compatible to 2.13.
  79. * **Mac OS X**: 10.10 (does not work with older OS X releases)
  80. * **FreeBSD**: 10.2 (unknown whether it works for older releases)
  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 |project_name| 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 |project_name|.
  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. Dependencies
  100. ~~~~~~~~~~~~
  101. To install |project_name| from a source package (including pip), you have to install the
  102. following dependencies first:
  103. * `Python 3`_ >= 3.4.0, plus development headers. Even though Python 3 is not
  104. the default Python version on most systems, it is usually available as an
  105. optional install.
  106. * OpenSSL_ >= 1.0.0, plus development headers.
  107. * libacl_ (that pulls in libattr_ also), both plus development headers.
  108. * liblz4_, plus development headers.
  109. * some Python dependencies, pip will automatically install them for you
  110. * optionally, the llfuse_ Python package is required if you wish to mount an
  111. archive as a FUSE filesystem. See setup.py about the version requirements.
  112. If you have troubles finding the right package names, have a look at the
  113. distribution specific sections below and also at the Vagrantfile in our repo.
  114. In the following, the steps needed to install the dependencies are listed for a
  115. selection of platforms. If your distribution is not covered by these
  116. instructions, try to use your package manager to install the dependencies. On
  117. FreeBSD, you may need to get a recent enough OpenSSL version from FreeBSD
  118. ports.
  119. After you have installed the dependencies, you can proceed with steps outlined
  120. under :ref:`pip-installation`.
  121. Debian / Ubuntu
  122. +++++++++++++++
  123. Install the dependencies with development headers::
  124. sudo apt-get install python3 python3-dev python3-pip python-virtualenv \
  125. libssl-dev openssl \
  126. libacl1-dev libacl1 \
  127. liblz4-dev liblz4-1 \
  128. build-essential
  129. sudo apt-get install libfuse-dev fuse pkg-config # optional, for FUSE support
  130. In case you get complaints about permission denied on ``/etc/fuse.conf``: on
  131. Ubuntu this means your user is not in the ``fuse`` group. Add yourself to that
  132. group, log out and log in again.
  133. Fedora / Korora
  134. +++++++++++++++
  135. Install the dependencies with development headers::
  136. sudo dnf install python3 python3-devel python3-pip python3-virtualenv
  137. sudo dnf install openssl-devel openssl
  138. sudo dnf install libacl-devel libacl
  139. sudo dnf install lz4-devel
  140. sudo dnf install gcc gcc-c++
  141. sudo dnf install redhat-rpm-config # not needed in Korora
  142. sudo dnf install fuse-devel fuse pkgconfig # optional, for FUSE support
  143. Mac OS X
  144. ++++++++
  145. Assuming you have installed homebrew_, the following steps will install all the
  146. dependencies::
  147. brew install python3 lz4 openssl
  148. pip3 install virtualenv
  149. For FUSE support to mount the backup archives, you need at least version 3.0 of
  150. FUSE for OS X, which is available as a pre-release_.
  151. .. _pre-release: https://github.com/osxfuse/osxfuse/releases
  152. FreeBSD
  153. ++++++++
  154. Listed below are packages you will need to install |project_name|, its dependencies,
  155. and commands to make fuse work for using the mount command.
  156. ::
  157. pkg install -y python3 openssl liblz4 fusefs-libs pkgconf
  158. pkg install -y git
  159. python3.4 -m ensurepip # to install pip for Python3
  160. To use the mount command:
  161. echo 'fuse_load="YES"' >> /boot/loader.conf
  162. echo 'vfs.usermount=1' >> /etc/sysctl.conf
  163. kldload fuse
  164. sysctl vfs.usermount=1
  165. Cygwin
  166. ++++++
  167. .. note::
  168. Running under Cygwin is experimental and has only been tested with Cygwin
  169. (x86-64) v2.5.2.
  170. Use the Cygwin installer to install the dependencies::
  171. python3 python3-setuptools
  172. binutils gcc-g++
  173. libopenssl openssl-devel
  174. liblz4_1 liblz4-devel
  175. git make openssh
  176. You can then install ``pip`` and ``virtualenv``::
  177. easy_install-3.4 pip
  178. pip install virtualenv
  179. .. _pip-installation:
  180. Using pip
  181. ~~~~~~~~~
  182. Virtualenv_ can be used to build and install |project_name| without affecting
  183. the system Python or requiring root access. Using a virtual environment is
  184. optional, but recommended except for the most simple use cases.
  185. .. note::
  186. If you install into a virtual environment, you need to **activate** it
  187. first (``source borg-env/bin/activate``), before running ``borg``.
  188. Alternatively, symlink ``borg-env/bin/borg`` into some directory that is in
  189. your ``PATH`` so you can just run ``borg``.
  190. This will use ``pip`` to install the latest release from PyPi::
  191. virtualenv --python=python3 borg-env
  192. source borg-env/bin/activate
  193. # install Borg + Python dependencies into virtualenv
  194. pip install borgbackup
  195. # or alternatively (if you want FUSE support):
  196. pip install borgbackup[fuse]
  197. To upgrade |project_name| to a new version later, run the following after
  198. activating your virtual environment::
  199. pip install -U borgbackup # or ... borgbackup[fuse]
  200. .. _git-installation:
  201. Using git
  202. ~~~~~~~~~
  203. This uses latest, unreleased development code from git.
  204. While we try not to break master, there are no guarantees on anything. ::
  205. # get borg from github
  206. git clone https://github.com/borgbackup/borg.git
  207. virtualenv --python=python3 borg-env
  208. source borg-env/bin/activate # always before using!
  209. # install borg + dependencies into virtualenv
  210. pip install sphinx # optional, to build the docs
  211. cd borg
  212. pip install -r requirements.d/development.txt
  213. pip install -r requirements.d/fuse.txt # optional, for FUSE support
  214. pip install -e . # in-place editable mode
  215. # optional: run all the tests, on all supported Python versions
  216. # requires fakeroot, available through your package manager
  217. fakeroot -u tox
  218. .. note:: As a developer or power user, you always want to use a virtual environment.