mc replicate
The mc replicate command configures and manages per-bucket Server-Side Bucket Replication for an 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 an MinIO AIStor deployment. |
| backlog | Show a list of unreplicated new or deleted objects. |
| export | Export the JSON-formatted replication rules for an MinIO AIStor bucket to STDOUT. |
| import | Import JSON-formatted replication rules for an MinIO AIStor bucket from STDIN. |
| ls | List all replication rules on an 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 an MinIO AIStor bucket. |
| status | Display the replication status of an MinIO AIStor bucket. The status also lists the remote target path or location. |
| update | Modify an existing bucket replication rule. |