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 record the bucket name.It is strongly recommended to set the bucket to private read/write to avoid leaking backup data!!
Refer to the documentation and go to the cloud service console to obtain the following S3-compatible storage
Access Key ID,Secret Access Key,Endpoint,Bucket,Regionand other information.Endpoint: The access address of the S3-compatible storage, usually in the form of
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-1and so on. For Cloudflare R2, please fill inauto.Bucket: Bucket name.
Access Key ID and Secret Access Key: Credentials used for authentication.
Root Path: Optional, specifies the root path when backing up to the bucket; defaults to 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, then click the Backup button to perform the backup. Click the Manage button to view and manage the backup file list.
Last updated
Was this helpful?