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.