From 864eaeab7cf54962ae42e3f3962e5008758a9caa Mon Sep 17 00:00:00 2001 From: copart Date: Sun, 4 Mar 2018 15:50:30 -0500 Subject: [PATCH] Added copr repositories for RHEL/Centos/Fedora --- doc/020_installation.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 82b3f35c2..d601ba327 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -62,6 +62,28 @@ installed from the official repos, e.g. with ``apt-get``: .. warning:: Please be aware that, at the time of writing, Debian *stable* has ``restic`` version 0.3.3 which is very old. The *testing* and *unstable* branches have recent versions of ``restic``. + +RHEL & CentOS +============= + +restic can be installed via copr repository. + +.. code-block:: console + + $ yum install yum-plugin-copr + $ yum copr enable copart/restic + $ yum install restic + +Fedora +====== + +restic can be installed via copr repository. + +.. code-block:: console + + $ dnf install dnf-plugin-core + $ dnf copr enable copart/restic + $ dnf install restic Pre-compiled Binary *******************