forked from TrueCloudLab/restic
Order of parameters fixed
restic -r /tmp/backup_loaction <command>
This commit is contained in:
parent
e2a407babb
commit
d923abff7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
-------------------
|
||||
|
|
Loading…
Reference in a new issue