From f487eb1c66e53926ca89a06a7914d83f312a4a69 Mon Sep 17 00:00:00 2001 From: y0n3d4 <185196609+y0n3d4@users.noreply.github.com> Date: Tue, 5 Aug 2025 14:01:10 +0200 Subject: [PATCH 1/4] Update 020_installation.rst adding install command for Gentoo Linux Added basic instructions for restic installation on Gentoo using the official package manager (Portage) --- doc/020_installation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index f79819837..43f5afe66 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -74,6 +74,16 @@ avoid any conflicts: $ dnf copr remove copart/restic +Gentoo Linux +============ + +On `Gentoo Linux `__, you can install the ``restic`` +package from the official repos using ``emerge``: + +.. code-block:: console + + # emerge -av restic + macOS ===== From 3faad5751d4ab339fe3fd711dabb38189a1fb86c Mon Sep 17 00:00:00 2001 From: Michele Testa Date: Tue, 5 Aug 2025 14:12:04 +0200 Subject: [PATCH 2/4] Revert "Update 020_installation.rst adding install command for Gentoo Linux" This reverts commit f487eb1c66e53926ca89a06a7914d83f312a4a69. --- doc/020_installation.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 43f5afe66..f79819837 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -74,16 +74,6 @@ avoid any conflicts: $ dnf copr remove copart/restic -Gentoo Linux -============ - -On `Gentoo Linux `__, you can install the ``restic`` -package from the official repos using ``emerge``: - -.. code-block:: console - - # emerge -av restic - macOS ===== From 5a00d264316872e5ad14afe9196b590ec2f24db0 Mon Sep 17 00:00:00 2001 From: Michele Testa Date: Tue, 5 Aug 2025 15:16:37 +0200 Subject: [PATCH 3/4] Update 020_installation.rst adding instruction for Gentoo Linux --- doc/020_installation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index f79819837..43f5afe66 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -74,6 +74,16 @@ avoid any conflicts: $ dnf copr remove copart/restic +Gentoo Linux +============ + +On `Gentoo Linux `__, you can install the ``restic`` +package from the official repos using ``emerge``: + +.. code-block:: console + + # emerge -av restic + macOS ===== From 64273ea027bfe64c914866dc6fbe333df109e4cc Mon Sep 17 00:00:00 2001 From: y0n3d4 <185196609+y0n3d4@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:57:29 +0200 Subject: [PATCH 4/4] Update 020_installation.rst removing command options Removed command options: their use is a user choice --- doc/020_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 43f5afe66..c6f368f21 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -82,7 +82,7 @@ package from the official repos using ``emerge``: .. code-block:: console - # emerge -av restic + # emerge restic macOS =====