|
|
|
|
|
by kparthas
3625 days ago
|
|
For reliability, you could start another minio server process on a different machine and use "mc mirror" subcommand (https://docs.minio.io/docs/minio-client-complete-guide#mirro...) to asynchronously copy out data. In this release, one needs to run "mc mirror" periodically using cron(8) or an equivalent tool in their platform. We are looking at providing "-c" option to "mc mirror" subcommand, which performs continuous replication. i.e, there would be no need run it periodically. Minio encourages micro-storage architecture and scalability is achieved by deploying many minio server instances. Hope that helps. Disclaimer: I work at Minio. |
|