# 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 %}


---

# Agent Instructions: 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:

```
GET https://docs.cherry-ai.com/docs/jp/pre-basic/data-settings/webdav.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
