From 0c9cf79e51c1849b358cd18e0e99b12b88a65613 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 18 Jan 2022 22:29:17 +0200 Subject: [PATCH] docs/vmbackup.md: `make docs-sync` after ca11def2a5e8b0ab9631e64562b38754a24f04b0 --- docs/vmbackup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmbackup.md b/docs/vmbackup.md index 3138faafdd..166f58b269 100644 --- a/docs/vmbackup.md +++ b/docs/vmbackup.md @@ -10,7 +10,7 @@ Supported storage systems for backups: * [GCS](https://cloud.google.com/storage/). Example: `gs:///` * [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 [these docs](#advanced-usage) for details. +* Any S3-compatible storage such as [MinIO](https://github.com/minio/minio), [Ceph](https://docs.ceph.com/en/pacific/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 are created automatically if the destination path already contains data from the previous backup.