mc replicate resync
The mc replicate resync
command resynchronizes all objects in the specified AIStor bucket to a remote replication target.
This command requires first configuring the remote bucket target using the mc replicate add
command.
You must specify the resulting remote ARN as part of running mc replicate resync
.
This command supports rebuilding a AIStor deployment using an active-active replication remote as the “backup” source. See the following tutorials for more information on active-active replication.
Syntax
Parameters
ALIAS
Required
The alias of the AIStor deployment and full path to the bucket or bucket prefix which AIStor uses as the replication source.
For example, the following command starts replication using the data
bucket on the AIStor deployment associated to the primary
alias.
mc replicate resync start primary/data --remote-bucket "ARN"
start
Required
Starts the resynchronization procedure using the specified bucket
as the source and the --remote-bucket
as the remote target.
Mutually exclusive with mc replicate resync status
.
status
Required
Returns the status of resynchronization on the specified bucket
to all remote targets.
Include the --remote-bucket
argument to filter the status output to only the specified remote target.
--remote-bucket
Required
Specify the ARN for the destination deployment and bucket.
You can retrieve the ARN using mc replicate ls
with the --json
option.
The rule.Destination.Bucket
field contains the ARN for any given replication rule.
older-than
Optional
Specify a duration in days where AIStor only resynchronizes objects older than the specified duration.
Only valid with mc replicate resync start
.
Global Flags
This command supports any of the global flags.
Examples
Resynchronize Remote Replication Target from Source Bucket
The following mc replicate resync
command resynchronizes all objects on the specified source bucket to the remote target regardless of their replication status:
mc replicate resync start --remote-bucket "arn:minio:replication::UUID:data" primary/data
- Replace
primary/data
with theALIAS
and full bucket path for which to create the replication configuration. - Replace the
--remote-bucket
value with the ARN of the remote target.
Use mc replicate ls
to list all configured remote replication targets.
Behavior
S3 Compatibility
The mc
commandline tool is built for compatibility with the AWS S3 API and is tested with AIStor and AWS S3 for expected functionality and behavior.
AIStor provides no guarantees for other S3-compatible services, As their S3 API implementation is unknown and therefore unsupported.
While mc
commands may work as documented, any such usage is at your own risk.