forked from TrueCloudLab/restic
Merge pull request #1650 from copart/patch-1
Added copr repositories for RHEL/Centos/Fedora
This commit is contained in:
commit
dedf17f5e8
1 changed files with 22 additions and 0 deletions
|
@ -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*
|
.. 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*
|
has ``restic`` version 0.3.3 which is very old. The *testing* and *unstable*
|
||||||
branches have recent versions of ``restic``.
|
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
|
Pre-compiled Binary
|
||||||
*******************
|
*******************
|
||||||
|
|
Loading…
Reference in a new issue