mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
doc: Correct position of --verbose in backup docs
This commit is contained in:
parent
6a4c1ed50d
commit
98a88b483d
@ -73,7 +73,7 @@ repository (since all data is already there). This is de-duplication at work!
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ restic -r /srv/restic-repo backup --verbose ~/work
|
$ restic -r /srv/restic-repo --verbose backup ~/work
|
||||||
open repository
|
open repository
|
||||||
enter password for repository:
|
enter password for repository:
|
||||||
password is correct
|
password is correct
|
||||||
@ -107,7 +107,7 @@ restic encounters:
|
|||||||
|
|
||||||
$ echo 'more data foo bar' >> ~/work.txt
|
$ echo 'more data foo bar' >> ~/work.txt
|
||||||
|
|
||||||
$ restic -r /srv/restic-repo backup --verbose --verbose ~/work.txt
|
$ restic -r /srv/restic-repo --verbose --verbose backup ~/work.txt
|
||||||
open repository
|
open repository
|
||||||
enter password for repository:
|
enter password for repository:
|
||||||
password is correct
|
password is correct
|
||||||
|
Loading…
Reference in New Issue
Block a user