mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Mc issues (#588)
Addresses five outstanding Issues in the `mc` reference docs. - Adds `--disable-multipart` flag for `mc mv` (Closes #516 ) - Adds `mc pipe` to reference docs (Closes #517 ) - Adds `mc undo` to reference docs (Closes #520 ) - Adds `mc support top` commands to replace `mc admin top` (Closes #526) - Updates `mc cp`, `mc mirror`, `mc replicate`, and `mc admin replicate` to clarify the differences in what copies (Closes #532)
This commit is contained in:
@ -23,10 +23,12 @@ The :mc:`mc replicate add` command creates a new :ref:`server-side replication
|
||||
|
||||
.. end-mc-replicate-add-desc
|
||||
|
||||
The MinIO deployment automatically begins synchronizing new objects to the
|
||||
remote MinIO deployment after creating the rule. You can optionally configure
|
||||
synchronization of existing objects, delete operations, and fully-deleted
|
||||
objects.
|
||||
.. note::
|
||||
|
||||
Where :mc:`mc mirror` only synchronizes the current version of an object, ``mc replicate`` synchronizes all versions, version information, and metadata for the objects.
|
||||
|
||||
The MinIO deployment automatically begins synchronizing new objects to the remote MinIO deployment after creating the rule.
|
||||
You can optionally configure synchronization of existing objects, delete operations, and fully-deleted objects.
|
||||
|
||||
This command *requires* first configuring the remote bucket target using the
|
||||
:mc-cmd:`mc admin bucket remote add` command. You must specify the resulting
|
||||
|
Reference in New Issue
Block a user