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

# WebDAVバックアップ

Cherry Studio のデータバックアップは WebDAV を通じて行うことができます。適切な WebDAV サービスを選んでクラウドバックアップできます。

WebDAV ベースでは、 `Aのコンピューター` $$\xrightarrow{\text{备份}}$$ `WebDAV` $$\xrightarrow{\text{恢复}}$$ `Bのコンピューター` という方法でマルチ端末データ同期を実現できます。

#### 坚果云を例に

1. 坚果云にログインし、右上のユーザー名をクリックして、「アカウント情報」を選択します：

<figure><img src="/files/e2969f4fad90dbaa5245c1b2ec5c1432428792d6" alt=""><figcaption></figcaption></figure>

2. 「セキュリティオプション」を選択し、「アプリを追加」をクリックします

<figure><img src="/files/19e9899a4ea277d0d81abe68d5e8a815430022be" alt=""><figcaption></figcaption></figure>

3. アプリ名を入力し、ランダムなパスワードを生成する；

<figure><img src="/files/fae92f6d83abf0b1d8891ee2c9e7ff8bfa898829" alt=""><figcaption></figcaption></figure>

4. パスワードをコピーして記録する；

<figure><img src="/files/045d9b30235c75cd82085175f0142aa0b031d641" alt=""><figcaption></figcaption></figure>

5. サーバーアドレス、アカウント、パスワードを取得する；

<figure><img src="/files/3d7d9377e93a247545d67a72f28770d2c50ab3f2" alt=""><figcaption></figcaption></figure>

6. Cherry Studio の設定——データ設定で、WebDAV 情報を入力します；

<figure><img src="/files/724fb6e669c7980628be30503293e11cfa8e23c6" alt=""><figcaption></figcaption></figure>

7. データのバックアップまたは復元を選択でき、自動バックアップの時間間隔も設定できます。

<figure><img src="/files/5f8a0d2774eb7124b4e1a04ee632a88fd9885c46" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
WebDAV サービスの敷居が比較的低いのは、一般的にはネットディスクです：

* [坚果云](https://www.jianguoyun.com/)
* [123云盤](https://www.123pan.com/)（会員登録が必要）
* [阿里云盘](https://www.alipan.com/)（購入が必要）
* [Box](https://www.box.com/) （無料容量は 10GB、単一ファイルのサイズ制限は 250MB です。）
* [Dropbox](https://www.dropbox.com/) （Dropbox は無料で 2GB、友達招待で 16GB まで拡張できます。）
* [TeraCloud](https://teracloud.jp/en/) （無料容量は 10GB、さらに招待によって 5GB の追加容量を獲得できます。）
* [Yandex Disk](https://disk.yandex.com/) （無料ユーザーに 10GB の容量を提供します。）

次に、自分でサービスをデプロイする必要があるものがあります：

* [Alist](https://alist.nn.ci/zh/)
* [Cloudreve](https://cloudreve.org/)
* [sharelist](https://github.com/reruin/sharelist)
  {% endhint %}

***

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

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