For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 备份\xrightarrow{\text{备份}} S3 storage 恢复\xrightarrow{\text{恢复}} Computer B to achieve multi-device data synchronization.

Configure S3-compatible storage

  1. 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!!

  2. 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,Region and other information.

    • Endpoint: The access address of S3-compatible storage, usually in the form https://<bucket-name>.<region>.amazonaws.com or https://<ACCOUNT_ID>.r2.cloudflarestorage.com.

    • Region: The region where the bucket is located, for example us-west-1,ap-southeast-1 etc.; for Cloudflare R2, please enter auto.

    • 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

  3. 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?