1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

DOCS-386: MIssed a link

This commit is contained in:
ravindk89
2021-09-23 16:35:00 -04:00
parent f2b64d3ae6
commit 26d961a489
3 changed files with 7 additions and 1 deletions

View File

@ -27,7 +27,7 @@ all sites.
:mc-cmd:`mc mirror`.
- To configure one-way "active-active" replication between two MinIO
deployments, see :ref:`minio-bucket-replication-serverside-oneway`.
deployments, see :ref:`minio-bucket-replication-serverside-twoway`.
- To configure one-way "active-passive" replication between MinIO deployments,
see :ref:`minio-bucket-replication-serverside-oneway`.

View File

@ -25,6 +25,9 @@ one-way synchronization of objects between MinIO buckets.
- To configure two-way "active-active" replication between MinIO clusters,
see :ref:`minio-bucket-replication-serverside-twoway`.
- To configure multi-site "active-active" replication between MinIO clusters,
see :ref:`minio-bucket-replication-serverside-multi`
.. seealso::
- Use the :mc-cmd:`mc replicate edit` command to modify an existing

View File

@ -24,6 +24,9 @@ The procedure on this page creates a new bucket replication rule for two-way
- To configure one-way "active-passive" replication between MinIO clusters,
see :ref:`minio-bucket-replication-serverside-oneway`.
- To configure multi-site "active-active" replication between MinIO clusters,
see :ref:`minio-bucket-replication-serverside-multi`.
This tutorial covers configuring Active-Active replication between two
MinIO clusters. For a tutorial on multi-site replication between three