Merge pull request #4 from joolsr/patch-1

Correct a couple of minor typos
This commit is contained in:
Erik Westrup
2018-08-31 06:36:24 +02:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ Put these files in `/etc/restic/`:
* `b2_env.sh`: Fill this file out with your B2 bucket settings etc. The reason for putting these in a separate file is that it can be used also for you to simply source, when you want to issue some restic commands. For example:
```bash
$ source /etc/restic/b2_env.sh
$ restic snapshots # You don't have to supply all paramters like --repo, as they are now in your envionment!
$ restic snapshots # You don't have to supply all parameters like --repo, as they are now in your environment!
````
* `b2_pw.txt`: Put your B2 password in this file.