docs/{vmbackup,vmrestore}: formatting fixes

This commit is contained in:
Aliaksandr Valialkin 2020-09-29 13:19:00 +03:00
parent efdefbc1cb
commit 7dc67cd883
4 changed files with 8 additions and 8 deletions

View file

@ -143,7 +143,7 @@ See [this article](https://medium.com/@valyala/speeding-up-backups-for-big-time-
for gce cloud storage: for gce cloud storage:
```json ```json
{ {
"type": "service_account", "type": "service_account",
"project_id": "project-id", "project_id": "project-id",
"private_key_id": "key-id", "private_key_id": "key-id",
@ -154,7 +154,7 @@ See [this article](https://medium.com/@valyala/speeding-up-backups-for-big-time-
"token_uri": "https://accounts.google.com/o/oauth2/token", "token_uri": "https://accounts.google.com/o/oauth2/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/service-account-email" "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/service-account-email"
} }
``` ```
* Usage with s3 custom url endpoint. It is possible to use `vmbackup` with s3 compatible storages like minio, cloudian, etc. * Usage with s3 custom url endpoint. It is possible to use `vmbackup` with s3 compatible storages like minio, cloudian, etc.

View file

@ -46,7 +46,7 @@ i.e. the end result would be similar to [rsync --delete](https://askubuntu.com/q
for gce cloud storage: for gce cloud storage:
```json ```json
{ {
"type": "service_account", "type": "service_account",
"project_id": "project-id", "project_id": "project-id",
"private_key_id": "key-id", "private_key_id": "key-id",
@ -57,7 +57,7 @@ i.e. the end result would be similar to [rsync --delete](https://askubuntu.com/q
"token_uri": "https://accounts.google.com/o/oauth2/token", "token_uri": "https://accounts.google.com/o/oauth2/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/service-account-email" "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/service-account-email"
} }
``` ```
* Usage with s3 custom url endpoint. It is possible to use `vmrestore` with s3 api compatible storages, like minio, cloudian and other. * Usage with s3 custom url endpoint. It is possible to use `vmrestore` with s3 api compatible storages, like minio, cloudian and other.

View file

@ -143,7 +143,7 @@ See [this article](https://medium.com/@valyala/speeding-up-backups-for-big-time-
for gce cloud storage: for gce cloud storage:
```json ```json
{ {
"type": "service_account", "type": "service_account",
"project_id": "project-id", "project_id": "project-id",
"private_key_id": "key-id", "private_key_id": "key-id",
@ -154,7 +154,7 @@ See [this article](https://medium.com/@valyala/speeding-up-backups-for-big-time-
"token_uri": "https://accounts.google.com/o/oauth2/token", "token_uri": "https://accounts.google.com/o/oauth2/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/service-account-email" "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/service-account-email"
} }
``` ```
* Usage with s3 custom url endpoint. It is possible to use `vmbackup` with s3 compatible storages like minio, cloudian, etc. * Usage with s3 custom url endpoint. It is possible to use `vmbackup` with s3 compatible storages like minio, cloudian, etc.

View file

@ -46,7 +46,7 @@ i.e. the end result would be similar to [rsync --delete](https://askubuntu.com/q
for gce cloud storage: for gce cloud storage:
```json ```json
{ {
"type": "service_account", "type": "service_account",
"project_id": "project-id", "project_id": "project-id",
"private_key_id": "key-id", "private_key_id": "key-id",
@ -57,7 +57,7 @@ i.e. the end result would be similar to [rsync --delete](https://askubuntu.com/q
"token_uri": "https://accounts.google.com/o/oauth2/token", "token_uri": "https://accounts.google.com/o/oauth2/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/service-account-email" "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/service-account-email"
} }
``` ```
* Usage with s3 custom url endpoint. It is possible to use `vmrestore` with s3 api compatible storages, like minio, cloudian and other. * Usage with s3 custom url endpoint. It is possible to use `vmrestore` with s3 api compatible storages, like minio, cloudian and other.