> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/pre-basic/data-settings/s3-compatible.md).

# S3互換ストレージバックアップ

Cherry Studio データバックアップは S3 互換ストレージ（オブジェクトストレージ）方式でバックアップをサポートしています。一般的な S3 互換ストレージサービスには、AWS S3、Cloudflare R2、Alibaba Cloud OSS、Tencent Cloud COS、MinIO などがあります。

S3互換ストレージを基に `Aのコンピューター` $$\xrightarrow{\text{备份}}$$ `S3ストレージ` $$\xrightarrow{\text{恢复}}$$ `Bのコンピューター` という方法でマルチ端末データ同期を実現できます。

### S3互換ストレージを設定

1. オブジェクトストレージバケット（Bucket）を作成し、バケット名を記録します。**バックアップデータの漏えいを防ぐため、バケットは必ずプライベートの読み書きに設定することを強く推奨します！！**
2. 参考ドキュメントを参照し、クラウドサービスの管理コンソールで S3 互換ストレージの `Access Key ID`、`Secret Access Key`、`Endpoint`、`Bucket`、`Region` などの情報を取得してください。
   * **Endpoint**：S3互換ストレージのアクセスアドレス。通常は次のような形式です `https://<bucket-name>.<region>.amazonaws.com` または `https://<ACCOUNT_ID>.r2.cloudflarestorage.com`。
   * **Region**：バケットが所在するリージョン。例えば `us-west-1`、`ap-southeast-1` など。Cloudflare R2 では `auto`。
   * **Bucket**：バケット名。
   * **Access Key ID** と **Secret Access Key**：認証に使用する認証情報。
   * **ルートパス**：任意。バケットへバックアップする際のルートパスを指定します。既定は空です。
   * **関連ドキュメント**
     * AWS S3：[Access Key ID と Secret Access Key の取得](https://docs.aws.amazon.com/zh_cn/IAM/latest/UserGuide/id_credentials_access-keys.html)
     * Cloudflare R2：[Access Key ID と Secret Access Key の取得](https://developers.cloudflare.com/r2/api/tokens/)
     * Alibaba Cloud OSS：[Access Key ID と Access Key Secret の取得](https://help.aliyun.com/zh/oss/developer-reference/use-amazon-s3-sdks-to-access-oss#306596478ed3r)
     * Tencent Cloud COS：[SecretId と SecretKey の取得](https://cloud.tencent.com/document/product/436/37421)
3. S3バックアップ設定に上記の情報を入力し、バックアップボタンをクリックすればバックアップできます。管理ボタンをクリックするとバックアップファイル一覧を表示・管理できます。

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/question-contact/suggestions.md) に記載の公式チャネルをご参照ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/pre-basic/data-settings/s3-compatible.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
