doc: Add note about using rclone for Google Drive

It wasn't clear that Google Cloud Storage and Google Drive are two different services and that one should use the rclone backend for the latter. This commit adds a note with this information.
This commit is contained in:
rawtaz 2022-07-16 13:22:38 +02:00 committed by GitHub
parent d71b29221b
commit f5c219f5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -518,6 +518,10 @@ established.
Google Cloud Storage
********************
.. note:: Google Cloud Storage is not the same service as Google Drive - to use
the latter, please see :ref:`other-services` for instructions on using
the rclone backend.
Restic supports Google Cloud Storage as a backend and connects via a `service account`_.
For normal restic operation, the service account must have the
@ -575,6 +579,8 @@ established.
.. _create a service account key: https://cloud.google.com/storage/docs/authentication#generating-a-private-key
.. _default authentication material: https://developers.google.com/identity/protocols/application-default-credentials
.. _other-services:
Other Services via rclone
*************************