نسخ احتياطي لمنطقة 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 الاحتياطي هو نسخة محفوظة من جميع سجلات [[dns|DNS]] في ملف المنطقة (بتنسيق BIND أو ما يعادله)، ويُستخدم لاستعادة إعدادات DNS أو نسخها بعد الحذف العرضي أو انقطاع خدمة المزوّد أو [[registrar-migration|هجرة المسجّل]]. ملفات المنطقة هي صادرات نصية عادية تحتوي على كل نوع من أنواع السجلات—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.