From 7dc67cd883e1311a39e2bc621102111a62da4e96 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 29 Sep 2020 13:19:00 +0300 Subject: [PATCH] docs/{vmbackup,vmrestore}: formatting fixes --- app/vmbackup/README.md | 4 ++-- app/vmrestore/README.md | 4 ++-- docs/vmbackup.md | 4 ++-- docs/vmrestore.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/vmbackup/README.md b/app/vmbackup/README.md index 0a261edfe..1cade096b 100644 --- a/app/vmbackup/README.md +++ b/app/vmbackup/README.md @@ -143,7 +143,7 @@ See [this article](https://medium.com/@valyala/speeding-up-backups-for-big-time- for gce cloud storage: ```json - { + { "type": "service_account", "project_id": "project-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", "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" - } + } ``` * Usage with s3 custom url endpoint. It is possible to use `vmbackup` with s3 compatible storages like minio, cloudian, etc. diff --git a/app/vmrestore/README.md b/app/vmrestore/README.md index 9d3e46299..0c80a9ad4 100644 --- a/app/vmrestore/README.md +++ b/app/vmrestore/README.md @@ -46,7 +46,7 @@ i.e. the end result would be similar to [rsync --delete](https://askubuntu.com/q for gce cloud storage: ```json - { + { "type": "service_account", "project_id": "project-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", "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" - } + } ``` * Usage with s3 custom url endpoint. It is possible to use `vmrestore` with s3 api compatible storages, like minio, cloudian and other. diff --git a/docs/vmbackup.md b/docs/vmbackup.md index 0a261edfe..1cade096b 100644 --- a/docs/vmbackup.md +++ b/docs/vmbackup.md @@ -143,7 +143,7 @@ See [this article](https://medium.com/@valyala/speeding-up-backups-for-big-time- for gce cloud storage: ```json - { + { "type": "service_account", "project_id": "project-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", "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" - } + } ``` * Usage with s3 custom url endpoint. It is possible to use `vmbackup` with s3 compatible storages like minio, cloudian, etc. diff --git a/docs/vmrestore.md b/docs/vmrestore.md index 9d3e46299..0c80a9ad4 100644 --- a/docs/vmrestore.md +++ b/docs/vmrestore.md @@ -46,7 +46,7 @@ i.e. the end result would be similar to [rsync --delete](https://askubuntu.com/q for gce cloud storage: ```json - { + { "type": "service_account", "project_id": "project-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", "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" - } + } ``` * Usage with s3 custom url endpoint. It is possible to use `vmrestore` with s3 api compatible storages, like minio, cloudian and other.