# Backup and Restore

You can use the backup and restore feature to backup the full configuration of a MobiusFlow instance, and to restore the configuration of a MobiusFlow instance to a previously saved backup.

## Overview

In summary, all configuration data of a MobiusFlow instance can be **stored within** a single **.zip file**. This means the current configuration of any MobiusFlow instance can be **backed up by** simply **downloading** this backup file and saving it in a safe location of your choice. Similarly, the configuration of any MobiusFlow instance can **restored by uploading** one of your previously saved backup files.

All backup and restore functionality is accessed through the '**Backup/Restore' menu** located on the '**Administration' Tab**.

<figure><img src="/files/oLJeoIorQ3ZsTfci71pq" alt=""><figcaption><p>Backup/Restore Menu</p></figcaption></figure>

## Backup

On the '**Backup/Restore' menu**, you can create a backup by clicking '**Backup'**.

<figure><img src="/files/3cRUFzePASZV4V3pwild" alt=""><figcaption><p>Backup button</p></figcaption></figure>

{% hint style="info" %}
Giving the backup an appropriate name is recommended. In the above example, the name 'example-backup' has been set. The system will **automatically append date/time** information to the file name.
{% endhint %}

Once the backup file has been created, click '**Download Zip**' to download it.

<figure><img src="/files/WnLscoyIFwfVMYDDlBo3" alt=""><figcaption><p>Location of backup file download button</p></figcaption></figure>

Alternatively, the you can click '**Request new backup**' to return to the previous menu and generate an updated backup file.

<figure><img src="/files/9CpQ9mi3tCqvTjFzgHiG" alt=""><figcaption><p>Downloaded backup file</p></figcaption></figure>

Be sure to save your backup file in a safe location! There is nothing worse than not being able to find a much needed backup file.

## Restore

The restore feature is particularly useful if you want to copy a MobiusFlow configuration onto to other MobiusFlow instances, however it also useful if you've managed to break everything.

The **'Backup/Restore' menu** is also used for restoring. You can restore by first clicking '**Upload Zip**' and then **browsing to the .zip** backup file you previously saved in a safe place.

<figure><img src="/files/EolX7emiv7i17LGV79Ud" alt=""><figcaption><p>Upload Zip button</p></figcaption></figure>

<figure><img src="/files/WQc0I5maiWMo83QxG6MG" alt=""><figcaption><p>Browsing to backup file</p></figcaption></figure>

Once uploaded, the menu will **show the backup information** as well as allowing you to click '**Restore**'.

<figure><img src="/files/ddQvnjk1GqJeNShFNCZF" alt=""><figcaption><p>Uploaded backup file information and restore button</p></figcaption></figure>

Accept the a confirmation dialog to proceed.

<figure><img src="/files/9odQ2WukX4yvpfAu4aCn" alt=""><figcaption><p>Confirmation Dialog</p></figcaption></figure>

You will be notified that the restoration process has started and then MobiusFlow will then **reboot**, completing the restore process.

Congratulations for completing your restore!


---

# 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.mobiusflow.com/help/technical-docs/mobiusflow-basics/backup-and-restore.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.
