1
0
mirror of https://github.com/restic/restic.git synced 2024-06-22 07:26:38 +02:00

Order of parameters fixed

restic -r /tmp/backup_loaction <command>
This commit is contained in:
Robert Kamuda 2015-01-31 22:52:02 +01:00
parent e2a407babb
commit d923abff7c

View File

@ -67,7 +67,7 @@ The basic layout of a sample restic repository is shown below:
A repository can be initialized with the `restic init` command, e.g.:
$ restic init -r /tmp/restic-repo
$ restic -r /tmp/restic-repo init
Keys and Encryption
-------------------