S3-Compatible Storage Backup
Cherry Studio data backup supports backing up via S3-compatible storage (object storage). Common S3-compatible storage services include: AWS S3, Cloudflare R2, Alibaba Cloud OSS, Tencent Cloud COS, and MinIO.
Based on S3-compatible storage, you can use Computer A S3 storage Computer B to achieve multi-device data synchronization.
Configure S3-compatible storage
Create an object storage bucket (Bucket) and note down the bucket name.It is strongly recommended to set the bucket to private read/write to avoid backup data leakage!!
Refer to the documentation and go to the cloud service console to obtain the S3-compatible storage
Access Key ID,Secret Access Key,Endpoint,Bucket,Regionand other information.Endpoint: The access address of S3-compatible storage, usually in the form
https://<bucket-name>.<region>.amazonaws.comorhttps://<ACCOUNT_ID>.r2.cloudflarestorage.com.Region: The region where the bucket is located, for example
us-west-1,ap-southeast-1etc.; for Cloudflare R2, please enterauto.Bucket: Bucket name.
Access Key ID and Secret Access Key: Credentials used for authentication.
Root Path: Optional, specify the root path when backing up to the bucket; default is empty.
Related documentation
Cloudflare R2:Get Access Key ID and Secret Access Key
Alibaba Cloud OSS:Get Access Key ID and Access Key Secret
Tencent Cloud COS:Get SecretId and SecretKey
Fill in the above information in the S3 backup settings, click the Backup button to start backing up, and click the Manage button to view and manage the backup file list.
Get help and submit feedback
If you encounter any questions or bugs during configuration or use, or have suggestions for feature improvements, please refer to the official channels provided in Feedback and Suggestions .
Last updated
Was this helpful?