From 9e292218cf56d3722981daef8c7b5f9404d2f61a Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Mon, 17 Jan 2022 13:15:51 +0100 Subject: [PATCH] Spell fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed61292..15fd8f5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Put these files in `/etc/restic/`: $ source /etc/restic/b2_env.sh $ restic snapshots # You don't have to supply all parameters like --repo, as they are now in your environment! ```` -* `b2_pw.txt`: This file should contain the restic repository password. This is a new password what soon will be used when initializing the new repository. It should be unique to this restic backup repository and is needed for restoring from it. Don't re-use your b2 login password, this should be different. +* `b2_pw.txt`: This file should contain the restic repository password. This is a new password what soon will be used when initializing the new repository. It should be unique to this restic backup repository and is needed for restoring from it. Don't re-use your B2 login password, this should be different. ## 3. Initialize remote repo Now we must initialize the repository on the remote end: