> 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.md).

# データ設定

データ設定は Cherry Studio の**データハブ**：すべての**バックアップ、復元、デバイス間同期、サードパーティ製ノート連携**に関する機能はここにあります。

> ひと言で言うと：**データを失うのが心配なら、ここで一度設定しておきましょう。**

## どのバックアップ方法を使えばいい？

| あなたの利用シーン                                     | おすすめの方法                                                                                                                                                               |
| --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 個人で1台のPCを使っていて、ハードディスク故障が心配                   | [WebDAV バックアップ](/docs/jp/pre-basic/data-settings/webdav.md)（Nutstore、123 Pan などを使用）                                                                                   |
| 複数のPCで会話/アシスタントを同期したい                         | [WebDAV バックアップ](/docs/jp/pre-basic/data-settings/webdav.md) —— AのPCでバックアップし、BのPCで復元                                                                                   |
| すでに AWS / Alibaba Cloud OSS などの S3 互換ストレージがある | [S3 互換ストレージバックアップ](/docs/jp/pre-basic/data-settings/s3-compatible.md)                                                                                                 |
| 会話内容を自動でノートアプリにアーカイブしたい                       | [Notion](/docs/jp/pre-basic/data-settings/notion.md) / [Obsidian](/docs/jp/pre-basic/data-settings/obsidian.md) / [思源ノート](/docs/jp/pre-basic/data-settings/siyuan.md) |
| 他の人が共有したアシスタントパックを購読したい                       | [アシスタント購読設定](/docs/jp/pre-basic/data-settings/assistants-subscribe.md)                                                                                                |

## 何がバックアップされるの？

**デフォルトの完全バックアップ**に由来する：

* 会話履歴とトピック
* アシスタントとプリセット設定
* ナレッジベース（ベクトルデータベースの内容を含む）
* ノート、画像、ファイルなどの添付ファイル
* 環境設定と個人設定
* Provider 設定（APIキーも含まれます）

**簡易バックアップ**（任意）：バックアップ画面に **簡易バックアップ** トグルがあり、オンにすると**画像やナレッジベースなどのデータファイルをスキップし、チャット履歴と設定のみをバックアップします**、容量が小さく、速度が速いため、頻繁な増分バックアップに適しています。

{% hint style="warning" %}
バックアップファイルには Provider の APIキーなどの機密情報が含まれます。**バックアップファイルを他人と共有したり、信頼できない共有クラウドストレージに保存したりしないでください**。
{% endhint %}

## どのくらいの頻度でバックアップする？

* **手動バックアップ**：いつでも「バックアップ」ボタンをクリック
* **自動バックアップ**：毎時 / 毎日 / 毎週の自動実行を設定できます

## データはどこに保存される？

ハードディスクの保存場所を変更したい場合は、をご覧ください [保存先を変更](/docs/jp/pre-basic/personalization-settings/storage.md)。

***

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

設定や使用の過程で疑問、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.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.
