From c161aba08473b3c192366b7cc60b4614fce95e75 Mon Sep 17 00:00:00 2001 From: "Leo R. Lundgren" Date: Thu, 15 Mar 2018 19:07:51 +0100 Subject: [PATCH] doc: Add more info about using pre-compiled builds. --- doc/020_installation.rst | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 02116d7cb..863d15799 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -17,6 +17,14 @@ Installation Packages ******** +Note that if at any point the package you’re trying to use is outdated, you +always have the option to use an official binary from the restic project. + +These are up to date binaries, built in a reproducible and verifiable way, that +you can download and run without having to do additional installation work. + +Please see the :ref:`official_binaries` section below for various downloads. + Mac OS X ======== @@ -85,12 +93,6 @@ restic can be installed via copr repository. $ dnf copr enable copart/restic $ dnf install restic -Pre-compiled Binary -******************* - -You can download the latest pre-compiled binary from the `restic release -page `__. - OpenBSD ======= @@ -100,6 +102,30 @@ On OpenBSD 6.3 and greater, you can install restic using ``pkg_add``: # pkg_add restic +.. _official_binaries: + +Official Binaries +***************** + +Stable Releases +=============== + +You can download the latest stable release versions of restic from the `restic +release page `__. These builds +are considered stable and releases are made regularly in a controlled manner. + +There's both pre-compiled binaries for different platforms as well as the source +code available for download. Just download and run the one matching your system. + +Unstable Builds +=============== + +Another option is to use the latest builds for the master branch, available on +the `restic beta download site +`__. These too are pre-compiled +and ready to run, and a new version is built every time a push is made to the +master branch. + Windows =======