mirror of
https://github.com/octoleo/restic.git
synced 2024-11-21 20:35:12 +00:00
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
@ -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 New Issue
Block a user