mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
Merge pull request #81 from kamudadreieck/patch-1
Order of parameters fixed.
This commit is contained in:
commit
d3bdc9c0d6
@ -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.:
|
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
|
Keys and Encryption
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user