Dump : parameter order in sample

Usage:
  restic dump [flags] snapshotID file
This commit is contained in:
Ben 2019-05-28 18:20:52 +02:00 committed by GitHub
parent 5bd5db4294
commit 5d272e5c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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