2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 00:50:48 +00:00

Merge pull request #1844 from gsanchietti/patch-1

Documentation: minor RST syntax fixes
This commit is contained in:
Alexander Neumann 2018-06-14 19:12:57 +02:00
commit 5ae8316c24
2 changed files with 4 additions and 4 deletions

View File

@ -369,8 +369,7 @@ key file and the project ID as follows:
$ export GOOGLE_PROJECT_ID=123123123123
$ export GOOGLE_APPLICATION_CREDENTIALS=$HOME/.config/gs-secret-restic-key.json
Restic uses Google's client library to generate [default authentication
material](https://developers.google.com/identity/protocols/application-default-credentials),
Restic uses Google's client library to generate `default authentication material`_,
which means if you're running in Google Container Engine or are otherwise
located on an instance with default service accounts then these should work out
the box.
@ -393,6 +392,7 @@ established.
.. _service account: https://cloud.google.com/storage/docs/authentication#service_accounts
.. _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 via rclone
*************************

View File

@ -625,9 +625,9 @@ are deleted, the particular snapshot vanished and all snapshots
depending on data that has been added in the snapshot cannot be restored
completely. Restic is not designed to detect this attack.
******
************
Local Cache
******
***********
In order to speed up certain operations, restic manages a local cache of data.
This document describes the data structures for the local cache with version 1.