> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/de/backup-dr.md).

# Backup & Notfallwiederherstellung

* [Konfigurieren eines Volumes zum Exportieren von VMs](/knowledge-base/de/backup-dr/configuring-a-vm-export-volume.md) — So konfigurieren Sie das VergeOS NAS VM-Export-Volume für Sicherungszwecke, einschließlich CIFS/NFS-Freigabe, geplanter Exporte und Synchronisierung…
* [Exportieren einer virtuellen Maschine](/knowledge-base/de/backup-dr/exporting-a-virtual-machine.md) — Erfahren Sie, wie Sie eine virtuelle Maschine aus VergeOS exportieren und ihre Festplatte als .raw-Datei für die Verwendung in anderen Hypervisor-Umgebungen herunterladen.
* [Wiederherstellen einer einzelnen VM aus einem entfernten System-Snapshot](/knowledge-base/de/backup-dr/recovering-a-single-vm-from-a-remote-cloud-snapshot.md) — Schritt-für-Schritt-Anleitung zur Wiederherstellung einer einzelnen virtuellen Maschine aus einem entfernten System-Snapshot mithilfe von VergeOS Site Sync und Sync-Back…
* [VMs der RHEL-9-Familie starten nach Klonen oder Snapshot-Wiederherstellung nicht](/knowledge-base/de/backup-dr/rhel9-boot-failure-clone-snapshot-restore.md) — So beheben Sie Startfehler bei VMs der RHEL-9-Familie (AlmaLinux, Rocky Linux, CentOS Stream) nach dem Klonen oder Wiederherstellen eines Snapshots in VergeOS…
* [Storware auf VergeOS einrichten](/knowledge-base/de/backup-dr/setup-storware-vergeos.md) — Anleitung zum Einrichten von Storware zum Schutz virtueller Maschinen auf VergeOS, einschließlich NAS-Dienstkonfiguration und NFS-Einrichtung.
* [Erklärte Snapshot-Synchronisierungsfehler](/knowledge-base/de/backup-dr/snapshot-synchronization-errors-explained.md) — Referenzleitfaden mit Erläuterungen zu häufigen Fehlermeldungen der VergeOS-Sitesynchronisierung, ihren Ursachen und empfohlenen Lösungen für die Snapshot-Synchronisierung…
* [VMware-Backup-DR-Leitfaden](/knowledge-base/de/backup-dr/vmwarebackupdrguide.md) — Umfassender Leitfaden zum Einrichten von VMware-Backup und Disaster Recovery in VergeOS, einschließlich dem Erstellen von VMware-Diensten, Konfigurieren von Backup…


---

# 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.verge.io/knowledge-base/de/backup-dr.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.
