# Transfer Using Backup

This method involves creating a backup of your current MikoPBX configuration, transferring it, and restoring it on the new server. It’s simple to implement and suitable for small systems. This approach is convenient for users with minimal technical experience.

1. First, create a backup of your previous system. You can find detailed instructions in [this article](/mikopbx/english/modules/miko/module-quality-assessment.md).

<figure><img src="/files/byTyZbXrnsDwrS5687q9" alt=""><figcaption><p>Creating a new backup copy</p></figcaption></figure>

2. Select the data you want to transfer and wait for the process to complete.

<figure><img src="/files/EHf71bDC1vxyR3lTlukn" alt=""><figcaption><p>Selecting data for backup copy</p></figcaption></figure>

3. Download your archive by clicking the corresponding button in the **"Backup Module"** section:

<figure><img src="/files/zU1539vLYHiJerzKhDCE" alt=""><figcaption><p>Button to download archive</p></figcaption></figure>

4. On the new host (server) with your MikoPBX installation, restore from the archive by clicking **"Upload backup file"**:

<figure><img src="/files/yWuNGYnBjRyth9SEA5Nn" alt=""><figcaption><p>"<strong>Upload backup file</strong>" button</p></figcaption></figure>

After this, your system will be restored from the archive. This method is ideal for transferring small amounts of data.


---

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