> For the complete documentation index, see [llms.txt](https://docs.mikopbx.com/mikopbx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mikopbx.com/mikopbx/faq/setup/change-host/transfer-using-backup.md).

# Перенос с помощью резервного копирования

Данный способ заключается в создании резервной копии текущей конфигурации MikoPBX, её переносе и восстановлении на новом сервере. Он прост в реализации, подходит для небольших систем. Этот метод удобен для пользователей с минимальным техническим опытом.

1. Для начала нужно выполнить резервное копирование Вашей прошлой системы. Подробнее прочитать про это Вы можете в [данной статье](/mikopbx/modules/miko/module-backup.md).

<figure><img src="/files/dw3Qb5EDAQglbD1m16ek" alt=""><figcaption><p>Создание новой резервной копии</p></figcaption></figure>

2. Выберите данные, которые Вы хотите перенести, дождитесь окончания процесса.

<figure><img src="/files/4xjI4tYmdHfyg1Yfepa3" alt=""><figcaption><p>Опции архивирования</p></figcaption></figure>

3. Выполните загрузку Вашего архива, нажав на соответствующий элемент в разделе "**Модуль резервного копирования**":

<figure><img src="/files/LBKE5N9G2VE3z3gP9IUc" alt=""><figcaption><p>Кнопка для загрузки архива</p></figcaption></figure>

4. На новом хосте (сервере) Вашей MikoPBX выполните восстановление из архива, нажав на элемент "**Загрузите файл для восстановления**"

<figure><img src="/files/zCRQDHPbeFOpznq2MtIN" alt=""><figcaption><p>"Загрузите файл для восстановления"</p></figcaption></figure>

После этого Ваша система будет восстановлена из архива. Данный способ идеально подходит для переноса небольшого объёма данных.


---

# 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.mikopbx.com/mikopbx/faq/setup/change-host/transfer-using-backup.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.
