DNS ゾーンバックアップ
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.
DNS ゾーンバックアップとは、ゾーンファイル(BIND形式または同等形式)に含まれるすべての[[dns|DNS]]レコードの保存コピーであり、誤削除、プロバイダー障害、または[[registrar-migration|レジストラ移管]]後にDNS設定を復元または複製するために使用できます。ゾーンファイルは、A、AAAA、CNAME、MX、TXT、NS、SOAなどすべてのレコードタイプとそのTTL値を含むプレーンテキストのエクスポートです。ベストプラクティスでは、別のプロバイダーアカウントまたはソース管理リポジトリに保存された自動化・バージョン管理されたバックアップが推奨されており、壊滅的なDNS変更をメモリから手動で再構築する必要なく、数分以内に元に戻せるようにします。
使用例
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.