> 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/settings/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. 同じページで【WebDAV にバックアップ】または【WebDAV から復元】をクリックし、自動バックアップ周期と最大バックアップ数も設定できます。

{% hint style="success" %}
WebDAV サービスの敷居が比較的低いのは、一般的にはクラウドストレージです：

* [Nutstore](https://www.jianguoyun.com/)
* [123 Pan](https://www.123pan.com/)（会員登録が必要）
* [Aliyun Drive](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 %}

***

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

設定や使用中に疑問、バグ、または機能改善の提案がある場合は、 [フィードバックと提案](/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/settings/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.
