forked from TrueCloudLab/restic
Use more descriptive long option
-r could also mean recursive so use --repo to be clear.
This commit is contained in:
parent
ecfe59235e
commit
3252e4200c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ and add some data:
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
$ restic -r /tmp/backup backup ~/work
|
||||
$ restic --repo /tmp/backup backup ~/work
|
||||
enter password for repository:
|
||||
scan [/home/user/work]
|
||||
scanned 764 directories, 1816 files in 0:00
|
||||
|
|
Loading…
Reference in a new issue