mirror of
https://github.com/octoleo/restic.git
synced 2025-01-03 07:12:28 +00:00
doc: Clarify S3 recommendation for B2 slightly
This gives slightly more background to the recommendation for using restic's S3 backend with Backblaze B2.
This commit is contained in:
parent
d79e61ce5d
commit
20f1913ef7
@ -466,9 +466,12 @@ Backblaze B2
|
|||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
The recommended way to setup Backblaze B2 is by using its S3-compatible API.
|
Due to issues with error handling in the current B2 library that restic uses,
|
||||||
|
the recommended way to utilize Backblaze B2 is by using its S3-compatible API.
|
||||||
|
|
||||||
Follow the documentation to `generate S3-compatible access keys`_ and then
|
Follow the documentation to `generate S3-compatible access keys`_ and then
|
||||||
setup restic as described at :ref:`Amazon S3`.
|
setup restic as described at :ref:`Amazon S3`. This is expected to work better
|
||||||
|
than using the Backblaze B2 backend directly.
|
||||||
|
|
||||||
Different from the B2 backend, restic's S3 backend will only hide no longer
|
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
|
necessary files. Thus, make sure to setup lifecycle rules to eventually
|
||||||
|
Loading…
Reference in New Issue
Block a user