> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/edge-aip-2.0/backup-und-systemwiederherstellung.md).

# Backup und Systemwiederherstellung

Die Backups und Systemwiederherstellung werden über die Weboberfläche des Gerätes durchgeführt. Unter dem Reiter "System->Maintenance" befindet sich das Menü "Backup" (<https://192.168.2.1/system/maintenance/backup>).

#### Backup erstellen:

In der Ansicht können mit der Schaltfläche "Create" Backups erstellt werden. Anschließend können Sie das erstellte Backup über "download" runterladen und auf dem Lokalen System abgelegen (es wird empfohlen die Verschlüsselung via "Encrypt" zu aktivieren). Die Backup-Datei befindet sich im Download-Ordner und sollte an einem sicheren Ort aufbewahrt werden.

Im Bereich "Restore Configuration" kann über "Browse" ein lokal abgelegtes Backup wieder eingespielt werden.

#### Systemwiederherstellung ohne Firmware-Reset:

Sofern kein Firmware-Reset vollzogen wurde, kann über die Funktion "Upload Archive" ein zuvor gesichertes Backup wieder eingespielt werden. Anschließend ist das Modem neu zu starten.

#### Systemwiederherstellung mit Firmware-Reset:

Wenn zuvor ein Firmware-Reset durchgeführt wurde, muss die Edge AIP Software installiert werden. Folgen Sie dafür den Anweisungen im Beitrag "[Installation nach Firmware-Reset](/edge-aip-2.0/installation-nach-firmware-reset.md)". Anschließend können Sie das Backup über "Upload Archive" wiederherstellen. Bei der Systemwiederherstellung werden die Einstellungen des Edge AIP sowie die Zugangsdaten zurückgesetzt und sind ggf. im AIP anzupassen.

{% hint style="warning" %}
Es kann nicht gewährleitstet werden, dass alle Einstellungsmöglichkeiten des Geträts vollständig wiederhergestellt werden können.
{% endhint %}


---

# 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.videc.de/edge-aip-2.0/backup-und-systemwiederherstellung.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.
