mirror of
https://github.com/minio/docs.git
synced 2025-04-25 17:22:39 +03:00
1.8 KiB
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 thealias <mc alias>
of the MinIO deployment. - Replace
PATH <mc replicate status ALIAS>
with the path to the bucket or bucket prefix.