1
0
mirror of https://github.com/minio/docs.git synced 2025-07-27 08:41:57 +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:
Daryl White
2022-10-03 14:45:56 -05:00
committed by GitHub
parent 59760ed079
commit 201b13324e
15 changed files with 686 additions and 11 deletions

View File

@ -31,6 +31,7 @@ Where :ref:`bucket replication <minio-bucket-replication>` manages the mirroring
Only one deployment can have any data when initiating a new site replication configuration.
Site replication enforces :ref:`bucket versioning <minio-bucket-versioning>` on all buckets, including existing buckets and any buckets added after initiating site replication.
Site replication fully synchronizes versioned objects, compared to :mc:`mc mirror` which operates only on the latest version of an object
.. admonition:: Use ``mc admin`` on MinIO Deployments Only
:class: note

View File

@ -10,6 +10,12 @@
.. mc:: mc admin top
.. note::
.. versionchanged:: RELEASE.2022-08-11T00-30-48Z
:mc-cmd:`mc support top` replaces the ``mc admin top`` command.
Description
-----------