2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-22 10:58:55 +00:00

Merge pull request #2287 from benchti/patch-1

doc: Correct parameter order in dump example
This commit is contained in:
rawtaz 2020-02-13 01:54:10 +01:00 committed by GitHub
commit af20015725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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