From 5179df7082a619085b9236da8f854a8a717ba8de Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 29 Sep 2020 13:15:50 +0300 Subject: [PATCH] docs/vmbackup.md: make docs about minio config more prominent --- app/vmbackup/README.md | 2 +- docs/vmbackup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vmbackup/README.md b/app/vmbackup/README.md index 76f25d296..0a261edfe 100644 --- a/app/vmbackup/README.md +++ b/app/vmbackup/README.md @@ -6,7 +6,7 @@ Supported storage systems for backups: * [GCS](https://cloud.google.com/storage/). Example: `gcs:///` * [S3](https://aws.amazon.com/s3/). Example: `s3:///` -* Any S3-compatible storage such as [MinIO](https://github.com/minio/minio), [Ceph](https://docs.ceph.com/docs/mimic/radosgw/s3/) or [Swift](https://www.swiftstack.com/docs/admin/middleware/s3_middleware.html). See `-customS3Endpoint` command-line flag. +* Any S3-compatible storage such as [MinIO](https://github.com/minio/minio), [Ceph](https://docs.ceph.com/docs/mimic/radosgw/s3/) or [Swift](https://www.swiftstack.com/docs/admin/middleware/s3_middleware.html). See [these docs](#advanced-usage) for details. * Local filesystem. Example: `fs://` `vmbackup` supports incremental and full backups. Incremental backups created automatically if the destination path already contains data from the previous backup. diff --git a/docs/vmbackup.md b/docs/vmbackup.md index 76f25d296..0a261edfe 100644 --- a/docs/vmbackup.md +++ b/docs/vmbackup.md @@ -6,7 +6,7 @@ Supported storage systems for backups: * [GCS](https://cloud.google.com/storage/). Example: `gcs:///` * [S3](https://aws.amazon.com/s3/). Example: `s3:///` -* Any S3-compatible storage such as [MinIO](https://github.com/minio/minio), [Ceph](https://docs.ceph.com/docs/mimic/radosgw/s3/) or [Swift](https://www.swiftstack.com/docs/admin/middleware/s3_middleware.html). See `-customS3Endpoint` command-line flag. +* Any S3-compatible storage such as [MinIO](https://github.com/minio/minio), [Ceph](https://docs.ceph.com/docs/mimic/radosgw/s3/) or [Swift](https://www.swiftstack.com/docs/admin/middleware/s3_middleware.html). See [these docs](#advanced-usage) for details. * Local filesystem. Example: `fs://` `vmbackup` supports incremental and full backups. Incremental backups created automatically if the destination path already contains data from the previous backup.