2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-05 02:20:50 +00:00

Update 080_examples.rst

This commit is contained in:
@lessfoobar 2020-06-26 00:01:30 +02:00 committed by GitHub
parent 1bc80c3c8d
commit df946fd9f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,13 +311,13 @@ the backups:
root@a3e580b6369d:/# useradd -m restic root@a3e580b6369d:/# useradd -m restic
Then we download and install the restic binary into the user's home Then we download and install the restic binary into the user's home
directory. directory (please adjust the URL to refer to the latest restic version).
.. code-block:: console .. code-block:: console
root@a3e580b6369d:/# mkdir ~restic/bin 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 Before we assign any special capability to the restic binary we
restrict its permissions so that only root and the newly created restrict its permissions so that only root and the newly created