mirror of https://github.com/restic/restic.git
Merge pull request #2287 from benchti/patch-1
doc: Correct parameter order in dump example
This commit is contained in:
commit
af20015725
|
@ -131,6 +131,6 @@ output the contents in the tar format:
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
$ restic -r /srv/restic-repo dump /home/other/work latest > restore.tar
|
||||
$ restic -r /srv/restic-repo dump latest /home/other/work > restore.tar
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue