From 2022355800cff172872723223e4c1aa5c27f9c1d Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 30 Mar 2019 09:44:59 +0100 Subject: [PATCH] doc: Fix versions in self-update example --- doc/020_installation.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index ea2de29de..77b18e354 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -174,28 +174,28 @@ 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. The official binaries can be updated in place using the ``restic self-update`` -command: +command (needs restic 0.9.3 or later): .. code-block:: console $ restic version - restic 0.9.1 compiled with go1.10.3 on linux/amd64 + restic 0.9.3 compiled with go1.11.2 on linux/amd64 $ restic self-update find latest release of restic at GitHub - latest version is 0.9.2 + latest version is 0.9.4 download file SHA256SUMS download SHA256SUMS download file SHA256SUMS download SHA256SUMS.asc GPG signature verification succeeded - download restic_0.9.2_linux_amd64.bz2 - downloaded restic_0.9.2_linux_amd64.bz2 + download restic_0.9.4_linux_amd64.bz2 + downloaded restic_0.9.4_linux_amd64.bz2 saved 12115904 bytes in ./restic - successfully updated restic to version 0.9.2 + successfully updated restic to version 0.9.4 $ restic version - restic 0.9.2 compiled with go1.10.3 on linux/amd64 + restic 0.9.4 compiled with go1.12.1 on linux/amd64 The ``self-update`` command uses the GPG signature on the files uploaded to GitHub to verify their authenticity. No external programs are necessary.