> 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/russian/pre-basic/data-settings/webdav.md).

# Резервное копирование WebDAV

Резервное копирование данных Cherry Studio поддерживает создание резервных копий через WebDAV. Вы можете выбрать подходящий сервис WebDAV для облачного резервного копирования.

На основе WebDAV можно через `Компьютер A` $$\xrightarrow{\text{备份}}$$ `WebDAV` $$\xrightarrow{\text{恢复}}$$ `Компьютер B` реализовать синхронизацию данных между несколькими устройствами.

#### Возьмём в качестве примера Nutstore

1. Войдите в Nutstore, нажмите на имя пользователя в правом верхнем углу и выберите «Информация об аккаунте»:

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

2. Выберите «Параметры безопасности» и нажмите «Добавить приложение»

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

3. Введите имя приложения и сгенерируйте случайный пароль;

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

4. Скопируйте и сохраните пароль;

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

5. Получите адрес сервера, учётную запись и пароль;

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

6. В настройках Cherry Studio — «Настройки данных» — заполните данные WebDAV;

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

7. Выберите резервное копирование или восстановление данных, а также можно задать период автосоздания резервных копий.

<figure><img src="/files/6fa8df911e7639ec2486edb5ebfe864280c30a5e" alt=""><figcaption></figcaption></figure>

{% 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/) (Бесплатный объём — 10 ГБ, размер одного файла ограничен 250 МБ.)
* [Dropbox](https://www.dropbox.com/) （В Dropbox бесплатно доступно 2 ГБ, можно пригласить друзей и увеличить объём до 16 ГБ.）
* [TeraCloud](https://teracloud.jp/en/) （Бесплатный объём — 10 ГБ, а за приглашения можно получить ещё 5 ГБ дополнительного пространства.）
* [Яндекс.Диск](https://disk.yandex.com/) (Бесплатным пользователям предоставляется 10 ГБ.)

Далее идут некоторые сервисы, которые нужно разворачивать самостоятельно:

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

***

### 💡 Получить помощь и отправить отзыв

Если вы в процессе настройки или использования столкнётесь с любыми вопросами, багами или предложениями по улучшению функций, пожалуйста, обратитесь к [Обратная связь и предложения](/docs/russian/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/russian/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.
