首页 > Win2008应用 > 正文
备份和还原Windows Server 2008只读域控制器(1)
来源:     时间: 2008-10-27 4:20:49    进入论坛讨论

Windows Server 2008中包含了一个叫做Windows Server Backup的备份工具。这个工具默认是不被预安装的,需要在"Server Manager"中的"Add Features"中进行添加,添加成功后可以在管理工具中找到。

【51CTO编者注:AD DS——只读域控制器 (RODC) 是 Windows Server 2008 操作系统中的一种新类型的域控制器。借助 RODC,组织可以在无法保证物理安全性的位置中轻松部署域控制器。RODC 承载 Active Directory(R) 域服务 (AD DS) 数据库的只读分区。】

Windows Server 2008 AD的备份和还原不再和Windows Server 2000或Windows Server 2003一样备份还原System States,而是需要备份CriticalVolumes.其中包含如下文件:

The system volume [This is the volume that hosts the boot files, which consists of the Bootmgr file and the Boot Configuration Data (BCD) store. ]
The boot volume[This is the volume that hosts the Windows operating system and the Registry. ]
The volume that hosts the SYSVOL tree
The volume that hosts the Active Directory database (Ntds.dit)
The volume that hosts the Active Directory database log files

Windows Server 2008的备份模式有如下三种:

Full server recovery
System state recovery
File/Folder recovery

可以使用Bcdedit.exe这个工具来切换使用正常模式还是目录服务还原模式来启动备份工具.
目录服务还原模式来启动:

bcdedit /set safeboot dsrepair

正常模式启动:

bcdedit /deletevalue safeboot

Windows Server 2008中,System state data至少包含如下数据(视服务器上角色的多少有多不同):

Registry
COM+ Class Registration database
Boot files, as described earlier in this topic
Active Directory Certificate Services database
Active Directory Domain Services database
SYSVOL directory
Cluster service information
Microsoft Internet Information Services (IIS) metadirectory
System files that are under Windows Resource Protection

下面就和大家交流一下Windows Server 2008中ADDS的备份和还原文章分为以下部分:

1.安装Windows Server Backup备份工具
2.为域控制器做Critical-Volumes备份
3.为域控制器做Full Server备份
4.为域控制器备份做计划任务
5.为域控制器做非权威还原
6.为域控制器做权威还原
7.小结


本新闻共2页,当前在第1页  1  2  


 
  主题推广
  定向推广
载入中...
  相关链接
·详解Windows Server 2008内核新变化(1) ·Windows Server 2008 IIS7部署攻略(1)
·PHP&MYSQL For win32 版服务器配置说明(1) ·Windows下全新安装Apache2,PHP5,MYSQL5,
·Windows 2008系统中安装群集连续复制(1) ·Windows Server 2008 IIS 7.0 入门(1)
·Windows Server 2008 IIS 7.0 特性(1) ·使用Windows PowerShell查看系统信硬件信息
·Hyper-V和VMware的高可用实时迁移技术详解( ·Windows 服务器备份策略分析(1)
·备份和还原Windows Server 2008只读域控制器 ·善用NAP 让Windows 2008为客户端“体检”(1
·windows server 2008上创建微软Hyper-V虚拟 ·Hyper-V安装图解(1)
·Server Core上部署IIS7全程攻略(1) ·挖掘Windows 2008 "任务计划"巧安排(1)
  发表评论