如何修改保护选项

应用到: System Center Data Protection Manager 2010

创建保护组时,可以设置保护选项或接受同步、恢复点、一致性检查和网络性能的默认设置。创建了保护组后,您可以根据需要修改这些设置,以便更好地满足您的数据保护要求并优化网络性能。

备注

您只能通过“创建新保护组向导”设置一次数据归置。您无法在“修改组”向导的“检查磁盘分配”页中修改它。

备注

如果您正在修改 Exchange Server 备用连续复制 (SCR) 的保护机制,在“修改组”向导的“指定短期目标”页上,您只能选择“快速完整备份”

以下过程提供了设置同步选项和执行一致性检查的步骤。有关如何通过网络带宽使用限制、在线压缩和为同步作业指定开始时间以优化性能的信息,请参阅优化性能

设置同步选项

  1. 在 DPM 管理员控制台中,单击导航栏上的**“保护”**。

  2. 在显示窗格中,选择要为其设置同步选项的保护组。

  3. 在**“操作”窗格中,单击“修改保护组”**。此时将启动“修改保护向导”。

  4. 选择组成员,然后单击**“下一步”**。

  5. 选择数据保护方法,然后单击**“下一步”**。

  6. 在**“选择短期目标”**页上,选择同步频率。

    重要

    如果您保护的计算机与 DPM 服务器不在同一时区,则在“修改保护选项”对话框中指定的时间为受保护计算机的时间。

  7. 在**“指定长期目标”**页上,指定用于保护的长期恢复目标。

  8. 在**“选择库和磁带详细信息”页上,指定磁带和库详细信息,然后单击“下一步”**。

  9. 在**“摘要”页上,单击“更新组”**。

  10. 单击**“关闭”**以退出向导。

    备注

    如果 DPM 显示“副本不一致”错误,则应执行一致性检查。

执行一致性检查

  1. 在 DPM 管理员控制台中,单击导航栏上的**“保护”**。

  2. 在**“显示”**窗格中,选择要为其执行一致性检查的保护组成员。

  3. 在**“操作”窗格中,单击“执行一致性检查”**。

  4. 在通知您一致性检查是一个冗长过程的对话中,单击**“确定”**。

使用 DPM 命令行管理程序使保护组可供修改

  • 使用以下语法检索保护组:

    Get-ProtectionGroup [-DPMServerName] <String> [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

  • 使用以下语法使检索到的保护组可供修改:

    Get-ModifiableProtectionGroup [-ProtectionGroup] <ProtectionGroup> [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    有关详细信息,请在 DPM 命令行管理程序中键入“Get-Help Get-ModifiableProtectionGroup -detailed”。

    有关技术信息,请在 DPM 命令行管理程序中键入“Get-Help Get-ModifiableProtectionGroup -full”。

使用 DPM 命令行管理程序设置同步选项(策略计划)

  • 使用以下语法检索策略计划:

    Get-PolicySchedule [-ProtectionGroup] <ProtectionGroup> -OffsetSchedule [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    Get-PolicySchedule [-ProtectionGroup] <ProtectionGroup> -ShortTerm [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    Get-PolicySchedule [-ProtectionGroup] <ProtectionGroup> -LongTerm [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ][-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

  • 使用以下语法设置策略计划:

    Set-PolicySchedule [-ProtectionGroup] <ProtectionGroup> [-Schedule] <Schedule> [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    Set-PolicySchedule [-ProtectionGroup] <ProtectionGroup> [-OffsetInMinutes] <Int32> [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    有关详细信息,请在 DPM 命令行管理程序中键入“Get-Help Set-PolicySchedule -detailed”。

    有关技术信息,请在 DPM 命令行管理程序中键入“Get-Help Set-PolicySchedule -full”。

使用 DPM 命令行管理程序设置同步选项(策略目标)

  • 使用以下语法检索策略目标:

    Get-PolicyObjective [-ProtectionGroup] <ProtectionGroup> -LongTerm [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    Get-PolicyObjective [-ProtectionGroup] <ProtectionGroup> -ShortTerm [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

  • 使用以下语法设置策略目标:

    Set-PolicyObjective [-ProtectionGroup] <ProtectionGroup> [-RetentionRangeInDays] <Int32> [[-SynchronizationFrequency] <Int32> ] [-BeforeRecoveryPoint] [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    Set-PolicyObjective [-ProtectionGroup] <ProtectionGroup> [-RetentionRangeInWeeks] <Int32> [-ShortTermBackupFrequency] <BackupFrequency> [-CreateIncrementals] [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    Set-PolicyObjective [-ProtectionGroup] <ProtectionGroup> [-RetentionRange] <RetentionRange> [-LongTermBackupFrequency] <BackupFrequency> [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    Set-PolicyObjective [-ProtectionGroup] <ProtectionGroup> [-RetentionRangeList] <RetentionRange[]> [-FrequencyList] <Int32[]> [-GenerationList] <GenerationType[]> [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    有关详细信息,请在 DPM 命令行管理程序中键入“Get-Help Set-PolicyObjective -detailed”。

    有关技术信息,请在 DPM 命令行管理程序中键入“Get-Help Set-PolicyObjective -full”。

使用 DPM 命令行管理程序执行一致性检查

  • 使用以下语法执行一致性检查:

    Start-DatasourceConsistencyCheck [-Datasource] <Datasource> [-HeavyWeight] [-JobStateChangedEventHandler <JobStateChangedEventHandler> ] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ][-OutBuffer <Int32> ]

    有关详细信息,请在 DPM 命令行管理程序中键入“Get-Help Start-DatasourceConsistencyCheck -detailed”。

    有关技术信息,请在 DPM 命令行管理程序中键入“Get-Help Start-DatasourceConsistencyCheck -full”。

另请参阅

概念

优化性能
什么是一致性检查?
什么是恢复点?
什么是同步?
使用保护组
归置数据