Merge pull request #3886 from MichaelEischer/recommend-s3-over-b2

doc: recommend usage of B2's S3 API
This commit is contained in:
MichaelEischer 2022-08-26 20:29:05 +02:00 committed by GitHub
commit 0e1d082b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -464,6 +464,16 @@ The policy of the new container created by restic can be changed using environme
Backblaze B2
************
.. warning::
The recommended way to setup Backblaze B2 is by using its S3-compatible API.
Follow the documentation to `generate S3-compatible access keys`_ and then
setup restic as described at :ref:`Amazon S3`.
Different from the B2 backend, restic's S3 backend will only hide no longer
necessary files. Thus, make sure to setup lifecycle rules to eventually
delete hidden files.
Restic can backup data to any Backblaze B2 bucket. You need to first setup the
following environment variables with the credentials you can find in the
dashboard on the "Buckets" page when signed into your B2 account:
@ -502,6 +512,8 @@ The number of concurrent connections to the B2 service can be set with the ``-o
b2.connections=10`` switch. By default, at most five parallel connections are
established.
.. _generate S3-compatible access keys: https://help.backblaze.com/hc/en-us/articles/360047425453-Getting-Started-with-the-S3-Compatible-API
Microsoft Azure Blob Storage
****************************