您好,
您好,
如果DPM提示副本内容不一致的话,建议您尝试一下的步骤:
1、在目标服务器上安装WSB(Windows Server Backup)组件,并建议对全盘进行一次备份,以验证WSB的正常。
2、在目标服务器上保证VSS服务(Volume Shadow Copy),启动,但启动类型为“手动
完成以上两步后,数据可以进行正常备份,并且状态显示为“确定”,但Systemstate依旧可能报错。
3、在目标服务器执行以下命令,建议以管理员身份运行CMD
Takeown /f %windir%\winsxs\filemaps\* /a
icacls %windir%\winsxs\filemaps\*.* /grant "NT AUTHORITY\SYSTEM:(RX)"
icacls %windir%\winsxs\filemaps\*.* /grant "NT Service\trustedinstaller:(F)"
icacls %windir%\winsxs\filemaps\*.* /grant BUILTIN\Users:(RX)
执行完成后重启计算机,然后DPM会自动执行数据的一致性检查,等待其完成。
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.