Table of Contents
How to Setup MinIO Client (mc) to Sync to Polycloud Cloud Storage
MinIO Client (mc) is a modern alternative to UNIX commands and supports filesystems storage to Polycloud through an Amazon S3 compatible connection.
Follow https://docs.min.io/docs/minio-client-quickstart-guide to install the MinIO mc client.
Run the following command to configure the mc client to point at Polycloud:
mc config host add polycloud-production https://polycloud.crowdapis.com <your_access_key> <your_secret_access_key>
Run the following command to perform a backup:
mc cp <file_name> polycloud-production/<your_bucket_name>