# Restore Backup

## Open your backup overview

1\) Open a browser and navigate to <https://backuphp.com/restore.html>

2\) Type in your license key and click on *Load Backups*

## Download a backup

By clicking on one backup in the list you can download the ZIP file

## Encrypt backup

The backup is encrypted with ZIP AES. Before you can extract it you have to type in your private password (the one you did note down on setup).

{% hint style="success" %}
Done! Now you have all your backup data unencrypted and you can restore it to your server
{% endhint %}

{% hint style="info" %}
ZIP AES is not support by all archive managers. The following ones do:

* [WinZip (Paid)](https://www.winzip.com/win/de/)
* [7Zip (Free)](https://www.7-zip.org/download.html)
  {% endhint %}


---

# 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://backuphp.gitbook.io/documentation/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.
