DNS-Zonen-Backup
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/domain-backup/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/domain-backup/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/domain-backup/)
Use the native HTML custom element.
Ein DNS-Zonen-Backup ist eine gespeicherte Kopie aller [[dns|DNS]]-Einträge in einer Zonendatei (BIND-Format oder äquivalent), die zur Wiederherstellung oder Replikation der DNS-Konfiguration nach versehentlichem Löschen, Anbieterausfall oder [[registrar-migration|Registrar-Migration]] verwendet werden kann. Zonendateien sind Klartextexporte, die jeden Eintragstyp—A, AAAA, CNAME, MX, TXT, NS, SOA und weitere—zusammen mit ihren TTL-Werten enthalten. Best Practices fordern automatisierte, versionierte Backups, die in einem separaten Anbieter-Konto oder einem Versionsverwaltungs-Repository gespeichert werden, um sicherzustellen, dass eine katastrophale DNS-Änderung innerhalb von Minuten rückgängig gemacht werden kann, anstatt manuell aus dem Gedächtnis rekonstruiert werden zu müssen.
Beispiel
Before changing nameservers during a hosting migration, you export the full BIND zone file and commit it to Git, so you have a timestamped record of every DNS record in case the migration goes wrong.