mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
Added copr repositories for RHEL/Centos/Fedora
This commit is contained in:
parent
da77f4a2e2
commit
864eaeab7c
@ -63,6 +63,28 @@ installed from the official repos, e.g. with ``apt-get``:
|
||||
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
|
||||
*******************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user