# Backup & Restore Data

Manage data is where you would initiate a backup of the current platforms data and/or restore the platform from a previously backed up file[^1].

Login as the Platform Owner  and go to the Admin Section > Managed Data tab and **click** "Backup Data".

{% hint style="info" %}
An information list will show each backup and when the backup was performed. Backups are **NOT** stored on the instance!
{% endhint %}

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

{% hint style="warning" %}
The backup file is saved locally! It is your responsibility to ensure this file is stored properly and in a secure location.&#x20;
{% endhint %}

A save file dialog popup will prompt you to save the backup file locally. This file contains ALL of your instance data (all users, assets, etc).

<figure><img src="/files/aj3RaQDvhOru9Yc88KTR" alt=""><figcaption><p>Backup creation popup during loading...</p></figcaption></figure>

{% hint style="info" %}
Your download time may vary depending on the amount of data stored and your bandwidth, please **be patient** while the file is compressed and downloaded.
{% endhint %}

## Restore from Backup

{% hint style="danger" %}

## WARNING!

Restoring MOTAR from a backup is **ABSOLUTELY destructive**! ALL data will be restored to the backup version and **any data** entered since the backup **will be lost**. This includes assets, studios, users and partners/contractors.
{% endhint %}

Restoring your instance from a backup is performed from the same menu as backing up.

#### As a Platform Manager navigate to the Manage Data tab:<br>

<figure><img src="/files/ZbugMo0sJ1SgyDuE3E5T" alt=""><figcaption><p>Manage Data</p></figcaption></figure>

#### Select **Restore Data**

A popup will open. Read carefully and **click** "Select File to Restore"

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

A file manager window will open. Select the backup file you would like to restore.&#x20;

{% hint style="info" %}
If the \*.enc backup file downloaded does not show up in the file dialog, change your settings to **show "All Files"**
{% endhint %}

During the restore process, your screen will **only** show a loading wheel.&#x20;

This process may take **several minutes**, depending on your bandwidth and data size. Please **be patient** and do not close the browser!

<figure><img src="/files/tpKEM4jJPnQV9OVV2BTa" alt=""><figcaption><p>Loading screen during a restore.</p></figcaption></figure>

{% hint style="info" %}
We are currently updating the system to give you feedback during the data restoration process. For now, you will need to **wait** up to 10 mintues and then **refresh** the page. You will be required to login to MOTAR.
{% endhint %}

#### Once the data is restored, you will be logged out of the system and will need to log back in.

If you have any questions or have issues restoring your data: [Contact Us!](/support/contact-us.md)

[^1]:


---

# 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.motar.com/motar-core-services/intro-to-core-services/admin/owning-company/backup-and-restore-data.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.
