From df946fd9f8621efb02d9c3a4a60637d7547c46e9 Mon Sep 17 00:00:00 2001 From: "@lessfoobar" <59063885+lessfoobar@users.noreply.github.com> Date: Fri, 26 Jun 2020 00:01:30 +0200 Subject: [PATCH] Update 080_examples.rst --- doc/080_examples.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/080_examples.rst b/doc/080_examples.rst index ef00497f0..0f2f2441f 100644 --- a/doc/080_examples.rst +++ b/doc/080_examples.rst @@ -311,13 +311,13 @@ the backups: root@a3e580b6369d:/# useradd -m restic -Then we download and install the restic binary into the user's home -directory. +Then we download and install the restic binary into the user's home +directory (please adjust the URL to refer to the latest restic version). .. code-block:: console root@a3e580b6369d:/# mkdir ~restic/bin - root@a3e580b6369d:/# curl -L https://github.com/restic/restic/releases/download/v0.9.1/restic_0.9.1_linux_amd64.bz2 | bunzip2 > ~restic/bin/restic + root@a3e580b6369d:/# curl -L https://github.com/restic/restic/releases/download/v0.9.6/restic_0.9.6_linux_amd64.bz2 | bunzip2 > ~restic/bin/restic Before we assign any special capability to the restic binary we restrict its permissions so that only root and the newly created