1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

DOCS-998: Tiering requires source and remote (#1008)

Closes #998
This commit is contained in:
Ravind Kumar
2023-09-21 11:44:38 -04:00
committed by GitHub
parent 77f3074081
commit 535c1ed36b
2 changed files with 22 additions and 12 deletions

View File

@ -58,6 +58,15 @@ The output includes the storage tier of each object:
- ``STANDARD`` marks objects stored on the MinIO deployment.
- ``WARM`` marks objects stored on the remote tier with matching name.
.. important::
MinIO Object Transition supports cost-saving strategies around moving older or aged data to cost-optimized remote storage tiers, such as cloud storage or high-density HDD storage.
MinIO Object Transition does **not** provide backup and recovery functionality.
You cannot use the remote tier as a recovery source in the event of data loss in MinIO.
Use either :ref:`site replication <minio-site-replication-overview>` or :ref:`bucket replication <minio-bucket-replication>` to support backup/recovery or :abbr:`BC/DR (Business Continuity / Disaster Recovery)` requirements.
Exclusive Access to Remote Data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~