From 418217f7461beab8967fd31952b08aa1c5dc65b0 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Mon, 14 Feb 2022 16:39:51 +0100 Subject: [PATCH] Modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5f699a..f077991 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ In short: 1. Create a new [B2 bucket](https://secure.backblaze.com/b2_buckets.htm). * Private, without B2 encryption and without the object lock feature 1. Create a pair of [keyId and applicationKey](https://secure.backblaze.com/app_keys.htm?bznetid=17953438771644852981527) - * Limit scope of the new id and key pair to only the above created bucket. + * Limit scope of the new id and key pair to only the above created bucket. First, see this official Backblaze [tutorial](https://help.backblaze.com/hc/en-us/articles/4403944998811-Quickstart-Guide-for-Restic-and-Backblaze-B2-Cloud-Storage) on restic, and follow the instructions ("Create Backblaze account with B2 enabled") there on how to create a new B2 bucket. In general, you'd want a private bucket, without B2 encryption (restic does the encryption client side for us) and without the object lock feature.