1
0
mirror of https://github.com/minio/docs.git synced 2025-04-25 17:22:39 +03:00
docs/source/reference/minio-mc/mc-replicate-status.rst
2022-01-04 19:11:15 -05:00

1.8 KiB

mc replicate status

minio

Table of Contents

mc replicate status

Syntax

The mc replicate status command displays the replication status <minio-bucket-replication-serverside> of a MinIO bucket.

EXAMPLE

The following command displays the current replication status of the mydata bucket on the myminio MinIO deployment:

mc replicate status myminio/mydata

SYNTAX

The command has the following syntax:

mc [GLOBALFLAGS] replicate status ALIAS

Parameters

ALIAS

Required the alias <alias> of the MinIO deployment and full path to the bucket or bucket prefix for which to display the replication status. For example:

mc replicate status myminio/mybucket

Global Flags

Examples

Display Replication Status

Use mc replicate status to show bucket replication status:

mc replicate status ALIAS/PATH
  • Replace ALIAS <mc replicate status ALIAS> with the alias <mc alias> of the MinIO deployment.
  • Replace PATH <mc replicate status ALIAS> with the path to the bucket or bucket prefix.