From 71f1bd8e61df21b2552956293d295ff28fbaddce Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Mon, 20 Jan 2020 20:47:52 +0100 Subject: [PATCH] Fix #25: correct b2_password.txt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2574e7..dc01187 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,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`: Put your B2 password in this file. +* `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: