Create a new reference page for `mc du` and link it in the list of `mc` commands. Staged: http://192.241.195.202:9000/staging/DOCS-764/linux/html/reference/minio-mc/mc-du.html Includes drive-by fixes to make the _Optional_ notations appear in a more consistent manner. (Including several otherwise unrelated pages.) There's more opportunistic fixes here than I might normally do in the same PR, but seemed better to get it over with. Fixes https://github.com/minio/docs/issues/764 --------- Co-authored-by: Ravind Kumar <ravind@min.io>
1.5 KiB
Directs |command| to operate only on the object version(s) that existed at specified point-in-time.
- To rewind to a specific date in the past, specify the date as an
ISO8601-formatted timestamp. For example:
--rewind "2020.03.24T10:00"
. - To rewind a duration in time, specify the duration as a string in
#d#hh#mm#ss
format. For example:--rewind "1d2hh3mm4ss"
.
|rewind| requires that the specified
|alias| be an S3-compatible service that
supports minio-bucket-versioning
. For MinIO deployments, use
mc version
to enable or
disable bucket versioning.
Directs |command| to operate on all object versions that exist in the bucket.
|versions| requires that the
specified |alias| be an S3-compatible
service that supports minio-bucket-versioning
. For MinIO deployments, use
mc version
to enable or
disable bucket versioning.
Optional Directs |command| to operate only on the specified object version.
|versionid| requires that the
specified |alias| be an S3-compatible
service that supports minio-bucket-versioning
. For MinIO deployments, use
mc version
to enable or
disable bucket versioning.
Requires Versioning
|command| requires bucket versioning <minio-bucket-versioning>
to
use this feature. Use mc version
to enable versioning on a bucket.