Cloud Backup
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.
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.
You will need a Synology or QNAP NAS that can host Docker instances.
Install Docker.
Download minio/minio.
Connect via SSH.
Run:
.sudo docker run -p 9000:9000 --name minio -d minio/minio server /export
Run:
to get the access key and secret key.sudo docker logs minio
Launch a web browser and visit the instance to create a bucket.
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.
クラウドストレージを宛先として追加する方法はシンプルです。Retrospect には「クラウド」と呼ばれる新しいセットタイプがあります。新規のバックアップセット/メディアセットを作成して、タイプに「クラウド」を選択してください。
Windows インターフェイス
Mac インターフェイス
Next you’ll need to enter your cloud storage credentials.
Windows インターフェイス
Mac インターフェイス
クラウドストレージの使用方法はシンプルです。クラウドセットを作成した後、新規スクリプトを作成するかそのクラウドセットを既存のスクリプトに追加して、「実行」をクリックしてください。バックアップが開始し、そのセットの内容が自分のクラウドストレージの場所にアップロードされます。実行/アクティビティの進行状況を追跡することができます。
Windows インターフェイス
Mac インターフェイス
環境設定で、クラウドバックアップおよびクラウド復元のための帯域幅調整が可能です。
Windows インターフェイス
Mac インターフェイス
Below are a number of tips for using cloud storage in Retrospect:
帯域幅計測ツール – この無料ツールでアップロードとダウンロードの帯域を計測しましょう: Speedtest.net。
バックアップの検証を無効化する – 検証を行うと、アップロードした全てのデータをもう一度ダウンロードします。クラウドバックアップではなぜこの機能を無効化した方が良いのか、詳細はクラウドバックアップ - クラウドストレージによるデータ保護のベストプラクティスでご確認ください。
Last Update: 2018年05月17日