# WebDAV 备份

Cherry Studio 数据备份支持通过 WebDAV 的方式进行备份。你可以选择合适的 WebDAV 服务来进行云端备份。

基于 WebDAV 可以通过 `A电脑` $$\xrightarrow{\text{备份}}$$ `WebDAV` $$\xrightarrow{\text{恢复}}$$ `B电脑` 的方式来实现多端数据同步。

#### 以坚果云为例

1. 登录坚果云，点击右上角用户名，选择“账户信息”：

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

2. 选择“安全选项”，点击“添加应用”

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

3. 输入应用名称，生成随机密码；

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

4. 复制记录密码；

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

5. 获取服务器地址，账户和密码；

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

6. 在 Cherry Studio 设置——数据设置中，填写 WebDAV 信息；

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

7. 选择备份或者恢复数据，并可以设置自动备份的时间周期。

<figure><img src="/files/ga5GWVXdGJdEDYB1eJB0" 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/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.
