mc replicate

The mc replicate command configures and manages per-bucket Server-Side Bucket Replication for a MinIO AIStor deployment, including active-active replication configurations and resynchronization.

For site-level replication, see mc admin replicate.

Subcommands

mc replicate includes the following subcommands:

Subcommand Description
add Create a new server-side replication rule for a bucket on a MinIO AIStor deployment.
backlog Show a list of unreplicated new or deleted objects.
export Export the JSON-formatted replication rules for a MinIO AIStor bucket to STDOUT.
import Import JSON-formatted replication rules for a MinIO AIStor bucket from STDIN.
ls List all replication rules on a MinIO AIStor bucket.
resync Resynchronize all objects in the specified MinIO AIStor bucket to a remote replication target.
resync-backlog Trigger replication for backlogged objects with PENDING or FAILED status.
rm Remove a replication rule from a MinIO AIStor bucket.
status Display the replication status of a MinIO AIStor bucket. The status also lists the remote target path or location.
update Modify an existing bucket replication rule.