备份和还原Windows Server 2008只读域控制器(1)

http://os.51cto.com  2008-07-21 17:02  佚名  网络整理  我要评论(0)
  • 摘要:Windows Server 2008中包含了一个叫做Windows Server Backup的备份工具。这个工具默认是不被预安装的,需要在"Server Manager"中的"Add Features"中进行添加,添加成功后可以在管理工具中找到。
  • 标签:备份  还原  只读域控制器  AD DS  Server Backup  Server 2008  工具

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.小结


共9页: 1 [2] [3] [4] [5] [6] [7] [8] [9] 下一页
【内容导航】
 第 1 页:Server 2008中的Backup备份工具  第 2 页:安装Server Backup备份工具
 第 3 页:域控制器Critical-Volumes备份上  第 4 页:域控制器Critical-Volumes备份下
 第 5 页:为域控制器做Full Server备份  第 6 页:为域控制器备份做计划任务
 第 7 页:为域控制器做非权威还原  第 8 页:为域控制器做权威恢复
 第 9 页:小结及精彩推荐
深入SQL Server 2008
Windows Server 2008专题
NetBeans开发工具应用专题
SQL Server 2008/2005全解
MySQL数据库备份
 
 验证码: (点击刷新验证码)   匿名发表
  • Visual C++ 完全自学宝典

  • 作者:强锋科技,朱洪波
  • Visual C++ 6.0是微软公司为程序人员提供的Visual Studio 6.0工具套件中的重要组成部分。本书由浅入深地介绍使用Visual C++ 6.0..
Copyright©2005-2008 51CTO.COM 版权所有