installation.rst 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. .. include:: global.rst.inc
  2. .. highlight:: bash
  3. .. _installation:
  4. Installation
  5. ============
  6. There are different ways to install |project_name|:
  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. |project_name| 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 |project_name| 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 `jessie-backports`_, `stretch`_, `sid`_ ``apt install borgbackup``
  36. Gentoo `ebuild`_ ``emerge borgbackup``
  37. GNU Guix `GNU Guix`_ ``guix package --install borg``
  38. Fedora/RHEL `Fedora official repository`_, `EPEL`_ ``dnf install borgbackup``
  39. FreeBSD `FreeBSD ports`_ ``cd /usr/ports/archivers/py-borgbackup && make install clean``
  40. Mageia `cauldron`_ ``urpmi borgbackup``
  41. NetBSD `pkgsrc`_ ``pkg_add py-borgbackup``
  42. NixOS `.nix file`_ N/A
  43. OpenBSD `OpenBSD ports`_ ``pkg_add borgbackup``
  44. OpenIndiana `OpenIndiana hipster repository`_ ``pkg install borg``
  45. openSUSE `openSUSE official repository`_ ``zypper in python3-borgbackup``
  46. OS X `Brew cask`_ ``brew cask install borgbackup``
  47. Raspbian `Raspbian testing`_ ``apt install borgbackup``
  48. Ubuntu `16.04`_, backports (PPA): `15.10`_, `14.04`_ ``apt install borgbackup``
  49. ============ ============================================= =======
  50. .. _[community]: https://www.archlinux.org/packages/?name=borg
  51. .. _jessie-backports: https://packages.debian.org/jessie-backports/borgbackup
  52. .. _stretch: https://packages.debian.org/stretch/borgbackup
  53. .. _sid: https://packages.debian.org/sid/borgbackup
  54. .. _Fedora official repository: https://apps.fedoraproject.org/packages/borgbackup
  55. .. _EPEL: https://admin.fedoraproject.org/pkgdb/package/rpms/borgbackup/
  56. .. _FreeBSD ports: http://www.freshports.org/archivers/py-borgbackup/
  57. .. _ebuild: https://packages.gentoo.org/packages/app-backup/borgbackup
  58. .. _GNU Guix: https://www.gnu.org/software/guix/package-list.html#borg
  59. .. _pkgsrc: http://pkgsrc.se/sysutils/py-borgbackup
  60. .. _cauldron: http://madb.mageia.org/package/show/application/0/release/cauldron/name/borgbackup
  61. .. _.nix file: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/backup/borg/default.nix
  62. .. _OpenBSD ports: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/borgbackup/
  63. .. _OpenIndiana hipster repository: http://pkg.openindiana.org/hipster/en/search.shtml?token=borg&action=Search
  64. .. _openSUSE official repository: http://software.opensuse.org/package/borgbackup
  65. .. _Brew cask: http://caskroom.io/
  66. .. _Raspbian testing: http://archive.raspbian.org/raspbian/pool/main/b/borgbackup/
  67. .. _16.04: https://launchpad.net/ubuntu/xenial/+source/borgbackup
  68. .. _15.10: https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/borgbackup
  69. .. _14.04: https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/borgbackup
  70. Please ask package maintainers to build a package or, if you can package /
  71. submit it yourself, please help us with that! See :issue:`105` on
  72. github to followup on packaging efforts.
  73. .. _pyinstaller-binary:
  74. Standalone Binary
  75. -----------------
  76. .. note:: Releases are signed with an OpenPGP key, see
  77. :ref:`security-contact` for more instructions.
  78. |project_name| binaries (generated with `pyinstaller`_) are available
  79. on the releases_ page for the following platforms:
  80. * **Linux**: glibc >= 2.13 (ok for most supported Linux releases). Maybe older
  81. glibc versions also work, if they are compatible to 2.13.
  82. * **Mac OS X**: 10.10 (does not work with older OS X releases)
  83. * **FreeBSD**: 10.2 (unknown whether it works for older releases)
  84. To install such a binary, just drop it into a directory in your ``PATH``,
  85. make borg readable and executable for its users and then you can run ``borg``::
  86. sudo cp borg-linux64 /usr/local/bin/borg
  87. sudo chown root:root /usr/local/bin/borg
  88. sudo chmod 755 /usr/local/bin/borg
  89. Optionally you can create a symlink to have ``borgfs`` available, which is an
  90. alias for ``borg mount``::
  91. ln -s /usr/local/bin/borg /usr/local/bin/borgfs
  92. Note that the binary uses /tmp to unpack |project_name| with all dependencies.
  93. It will fail if /tmp has not enough free space or is mounted with the ``noexec`` option.
  94. You can change the temporary directory by setting the ``TEMP`` environment variable before running |project_name|.
  95. If a new version is released, you will have to manually download it and replace
  96. the old version using the same steps as shown above.
  97. .. _pyinstaller: http://www.pyinstaller.org
  98. .. _releases: https://github.com/borgbackup/borg/releases
  99. .. _platforms:
  100. Features & platforms
  101. --------------------
  102. Besides regular file and directory structures, |project_name| can preserve
  103. * Hardlinks (considering all files in the same archive)
  104. * Symlinks (stored as symlink, the symlink is not followed)
  105. * Special files:
  106. * Character and block device files (restored via mknod)
  107. * FIFOs ("named pipes")
  108. * Special file *contents* can be backed up in ``--read-special`` mode.
  109. By default the metadata to create them with mknod(2), mkfifo(2) etc. is stored.
  110. * Timestamps in nanosecond precision: mtime, atime, ctime
  111. * Permissions:
  112. * IDs of owning user and owning group
  113. * Names of owning user and owning group (if the IDs can be resolved)
  114. * Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky)
  115. On some platforms additional features are supported:
  116. .. Yes/No's are grouped by reason/mechanism/reference.
  117. +------------------+----------+-----------+------------+
  118. | Platform | ACLs | xattr | Flags |
  119. | | [#acls]_ | [#xattr]_ | [#flags]_ |
  120. +==================+==========+===========+============+
  121. | Linux x86 | Yes | Yes | Yes [1]_ |
  122. +------------------+ | | |
  123. | Linux PowerPC | | | |
  124. +------------------+ | | |
  125. | Linux ARM | | | |
  126. +------------------+----------+-----------+------------+
  127. | Mac OS X | Yes | Yes | Yes (all) |
  128. +------------------+----------+-----------+ |
  129. | FreeBSD | Yes | Yes | |
  130. +------------------+----------+-----------+ |
  131. | OpenBSD | n/a | n/a | |
  132. +------------------+----------+-----------+ |
  133. | NetBSD | n/a | No [2]_ | |
  134. +------------------+----------+-----------+------------+
  135. | Solaris 11 | No [3]_ | n/a |
  136. +------------------+ | |
  137. | OpenIndiana | | |
  138. +------------------+----------+-----------+------------+
  139. | Windows (cygwin) | No [4]_ | No | No |
  140. +------------------+----------+-----------+------------+
  141. Some Distributions (e.g. Debian) run additional tests after each release, these
  142. are not reflected here.
  143. Other Unix-like operating systems may work as well, but have not been tested at all.
  144. Note that most of the platform-dependent features also depend on the file system.
  145. For example, ntfs-3g on Linux isn't able to convey NTFS ACLs.
  146. .. [1] Only "nodump", "immutable", "compressed" and "append" are supported.
  147. Feature request :issue:`618` for more flags.
  148. .. [2] Feature request :issue:`1332`
  149. .. [3] Feature request :issue:`1337`
  150. .. [4] Cygwin tries to map NTFS ACLs to permissions with varying degress of success.
  151. .. [#acls] The native access control list mechanism of the OS. This normally limits access to
  152. non-native ACLs. For example, NTFS ACLs aren't completely accessible on Linux with ntfs-3g.
  153. .. [#xattr] extended attributes; key-value pairs attached to a file, mainly used by the OS.
  154. This includes resource forks on Mac OS X.
  155. .. [#flags] aka *BSD flags*. The Linux set of flags [1]_ is portable across platforms.
  156. The BSDs define additional flags.
  157. .. _source-install:
  158. From Source
  159. -----------
  160. Dependencies
  161. ~~~~~~~~~~~~
  162. To install |project_name| from a source package (including pip), you have to install the
  163. following dependencies first:
  164. * `Python 3`_ >= 3.4.0, plus development headers. Even though Python 3 is not
  165. the default Python version on most systems, it is usually available as an
  166. optional install.
  167. * OpenSSL_ >= 1.0.0, plus development headers.
  168. * libacl_ (that pulls in libattr_ also), both plus development headers.
  169. * liblz4_, plus development headers.
  170. * some Python dependencies, pip will automatically install them for you
  171. * optionally, the llfuse_ Python package is required if you wish to mount an
  172. archive as a FUSE filesystem. See setup.py about the version requirements.
  173. * optionally libb2_. If it is not found a bundled implementation is used instead.
  174. If you have troubles finding the right package names, have a look at the
  175. distribution specific sections below and also at the Vagrantfile in our repo.
  176. In the following, the steps needed to install the dependencies are listed for a
  177. selection of platforms. If your distribution is not covered by these
  178. instructions, try to use your package manager to install the dependencies. On
  179. FreeBSD, you may need to get a recent enough OpenSSL version from FreeBSD
  180. ports.
  181. After you have installed the dependencies, you can proceed with steps outlined
  182. under :ref:`pip-installation`.
  183. Debian / Ubuntu
  184. +++++++++++++++
  185. Install the dependencies with development headers::
  186. sudo apt-get install python3 python3-dev python3-pip python-virtualenv \
  187. libssl-dev openssl \
  188. libacl1-dev libacl1 \
  189. liblz4-dev liblz4-1 \
  190. build-essential
  191. sudo apt-get install libfuse-dev fuse pkg-config # optional, for FUSE support
  192. In case you get complaints about permission denied on ``/etc/fuse.conf``: on
  193. Ubuntu this means your user is not in the ``fuse`` group. Add yourself to that
  194. group, log out and log in again.
  195. Fedora / Korora
  196. +++++++++++++++
  197. Install the dependencies with development headers::
  198. sudo dnf install python3 python3-devel python3-pip python3-virtualenv
  199. sudo dnf install openssl-devel openssl
  200. sudo dnf install libacl-devel libacl
  201. sudo dnf install lz4-devel
  202. sudo dnf install gcc gcc-c++
  203. sudo dnf install redhat-rpm-config # not needed in Korora
  204. sudo dnf install fuse-devel fuse pkgconfig # optional, for FUSE support
  205. Mac OS X
  206. ++++++++
  207. Assuming you have installed homebrew_, the following steps will install all the
  208. dependencies::
  209. brew install python3 lz4 openssl
  210. brew install pkg-config # optional, for FUSE support
  211. pip3 install virtualenv
  212. For FUSE support to mount the backup archives, you need at least version 3.0 of
  213. FUSE for OS X, which is available as a pre-release_.
  214. .. _pre-release: https://github.com/osxfuse/osxfuse/releases
  215. FreeBSD
  216. ++++++++
  217. Listed below are packages you will need to install |project_name|, its dependencies,
  218. and commands to make fuse work for using the mount command.
  219. ::
  220. pkg install -y python3 openssl liblz4 fusefs-libs pkgconf
  221. pkg install -y git
  222. python3.4 -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 10's Linux Subsystem
  229. ++++++++++++++++++++++++++++
  230. .. note::
  231. Running under Windows 10's Linux Subsystem is experimental and has not been tested much yet.
  232. Just follow the Ubuntu Linux installation steps. You can omit the FUSE stuff, it won't work anyway.
  233. Cygwin
  234. ++++++
  235. .. note::
  236. Running under Cygwin is experimental and has only been tested with Cygwin
  237. (x86-64) v2.5.2. Remote repositories are known broken, local repositories should work.
  238. Use the Cygwin installer to install the dependencies::
  239. python3 python3-devel python3-setuptools
  240. binutils gcc-g++
  241. libopenssl openssl-devel
  242. liblz4_1 liblz4-devel
  243. git make openssh
  244. You can then install ``pip`` and ``virtualenv``::
  245. easy_install-3.4 pip
  246. pip install virtualenv
  247. .. _pip-installation:
  248. Using pip
  249. ~~~~~~~~~
  250. Virtualenv_ can be used to build and install |project_name| without affecting
  251. the system Python or requiring root access. Using a virtual environment is
  252. optional, but recommended except for the most simple use cases.
  253. .. note::
  254. If you install into a virtual environment, you need to **activate** it
  255. first (``source borg-env/bin/activate``), before running ``borg``.
  256. Alternatively, symlink ``borg-env/bin/borg`` into some directory that is in
  257. your ``PATH`` so you can just run ``borg``.
  258. This will use ``pip`` to install the latest release from PyPi::
  259. virtualenv --python=python3 borg-env
  260. source borg-env/bin/activate
  261. # install Borg + Python dependencies into virtualenv
  262. pip install borgbackup
  263. # or alternatively (if you want FUSE support):
  264. pip install borgbackup[fuse]
  265. To upgrade |project_name| to a new version later, run the following after
  266. activating your virtual environment::
  267. pip install -U borgbackup # or ... borgbackup[fuse]
  268. .. _git-installation:
  269. Using git
  270. ~~~~~~~~~
  271. This uses latest, unreleased development code from git.
  272. While we try not to break master, there are no guarantees on anything. ::
  273. # get borg from github
  274. git clone https://github.com/borgbackup/borg.git
  275. virtualenv --python=python3 borg-env
  276. source borg-env/bin/activate # always before using!
  277. # install borg + dependencies into virtualenv
  278. pip install sphinx # optional, to build the docs
  279. cd borg
  280. pip install -r requirements.d/development.txt
  281. pip install -r requirements.d/fuse.txt # optional, for FUSE support
  282. pip install -e . # in-place editable mode
  283. # optional: run all the tests, on all supported Python versions
  284. # requires fakeroot, available through your package manager
  285. fakeroot -u tox
  286. .. note:: As a developer or power user, you always want to use a virtual environment.