--- title: "Cloud Backup - How to Set Up Minio for Cloud Backup" slug: "cloud-backup-how-to-set-up-minio-for-cloud-backup" updated: 2023-10-24T21:41:23Z published: 2023-10-24T22:06:18Z canonical: "docs.retrospect.com/cloud-backup-how-to-set-up-minio-for-cloud-backup" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.retrospect.com/llms.txt > Use this file to discover all available pages before exploring further. # Cloud Backup - How to Set Up Minio for Cloud Backup Cloud Backup ![](https://cdn.us.document360.io/6d1fe0c6-ccdb-4ee9-a621-0504cb91b4be/Images/Documentation/cloud-backup---how-to-set-up-minio-for-cloud-backup-image-k39x3kww.png) Minio Private Cloud Storage provides a free, open source, scalable cloud storage location for secure on-site data protection. Retrospect 15.1 for Windows and Mac are certified for Minio. Follow these step-by-step instructions for configuring Retrospect to integrate with Minio. ## Setup ![](https://cdn.us.document360.io/6d1fe0c6-ccdb-4ee9-a621-0504cb91b4be/Images/Documentation/cloud-backup---how-to-set-up-minio-for-cloud-backup-image-z7m7c5gn.png) Minio is a high performance distributed object storage server, designed for large-scale private cloud infrastructure. Minio is widely deployed across the world with over 79.7M+ docker pulls. You can deploy it on any hardware you prefer. At the end of the setup, you will receive a path, an access key, and a secret key. ## Docker Instructions for Synology and QNAP NAS You will need a Synology or QNAP NAS that can host Docker instances. 1. Install Docker. 2. Download minio/minio. 3. Connect via SSH. 4. Run: sudo docker run -p 9000:9000 --name minio -d minio/minio server /export. 5. Run: sudo docker logs minio to get the access key and secret key. 6. Launch a web browser and visit the instance to create a bucket. ## Information for Retrospect Retrospect needs three pieces of information to access Minio: Retrospect needs three pieces of information to access Minio: - **Path** – url_to_instance:port_number/your_bucket_name - **Access Key** – Use the Access Key provided by your Minio instance. - **Secret Key** – Use the Secret Key provided by your Minio instance. ## Adding Cloud Storage in Retrospect Adding cloud storage as a destination is simple. Retrospect has a new set type called "Cloud". Create a new backup set/media set and select "Cloud" as the type. ![](https://cdn.us.document360.io/6d1fe0c6-ccdb-4ee9-a621-0504cb91b4be/Images/Documentation/cloud-backup---how-to-set-up-minio-for-cloud-backup-image-9ardus1h.png) ![](https://cdn.us.document360.io/6d1fe0c6-ccdb-4ee9-a621-0504cb91b4be/Images/Documentation/cloud-backup---how-to-set-up-minio-for-cloud-backup-image-0csbej5s.png) Next you’ll need to enter your cloud storage credentials. ![A screenshot of a computer backup set Description automatically generated](https://cdn.us.document360.io/6d1fe0c6-ccdb-4ee9-a621-0504cb91b4be/Images/Documentation/cloud-backup---how-to-set-up-minio-for-cloud-backup-image-o5k9bsrk.jpg) ![A screenshot of a computer Description automatically generated](https://cdn.us.document360.io/6d1fe0c6-ccdb-4ee9-a621-0504cb91b4be/Images/Documentation/cloud-backup---how-to-set-up-minio-for-cloud-backup-image-hgl386ep.png) ## Using Cloud Storage in Retrospect Using cloud storage is simple. After you have created a cloud set, create a new script or add it to an existing one, and click "Run". The backup will begin with the contents of the set being uploaded to your cloud storage location. You can track the progress in the execution/activity. ![](https://cdn.us.document360.io/6d1fe0c6-ccdb-4ee9-a621-0504cb91b4be/Images/Documentation/cloud-backup---how-to-set-up-minio-for-cloud-backup-image-ylpzkxto.png) ![A screenshot of a computer Description automatically generated](https://cdn.us.document360.io/6d1fe0c6-ccdb-4ee9-a621-0504cb91b4be/Images/Documentation/cloud-backup---how-to-set-up-minio-for-cloud-backup-image-3qrl2gk6.png) ## Throttling Cloud Backups in Retrospect Throttling for cloud backup and cloud restore is available in Preferences. ![](https://cdn.us.document360.io/6d1fe0c6-ccdb-4ee9-a621-0504cb91b4be/Images/Documentation/cloud-backup---how-to-set-up-minio-for-cloud-backup-image-bt7nftfy.png) ![](https://cdn.us.document360.io/6d1fe0c6-ccdb-4ee9-a621-0504cb91b4be/Images/Documentation/cloud-backup---how-to-set-up-minio-for-cloud-backup-image-gvocfkfs.png) ## General Tips Below are a number of tips for using cloud storage in Retrospect: - **Bandwidth Measurement Tool** – Measure your upload and download bandwidth with this free tool: [Speedtest.net](http://speedtest.net/). - **Disable Backup Verification** – Verification will download all of the data that you upload. See more details about why you should disable it for cloud backups in [Cloud Backup - Best Practices for Data Protection with Cloud Storage](https://www.retrospect.com/en/support/kb/best_practices_for_cloud_storage#notes). Last Update: May 17, 2018