How to Delete a Recovery Point

Applies To: System Center 2012 R2 Data Protection Manager, System Center 2012 SP1 - Data Protection Manager, System Center Data Protection Manager 2010

You can delete a recovery point for a protection group only by using DPM Management Shell.

Important

In data co-location, as multiple data sources can have their replicas residing on the same replica volume, deleting a recovery point of one data source may delete the recovery point of other data sources. For more information, see Co-Locating Data on Disk.

To delete a recovery point

  1. Use the following syntax to retrieve the location of a recovery point:

    Get-RecoveryPointLocation [-RecoveryPoint] <RecoverySource> [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    For more information, type "Get-Help Get-RecoveryPointLocation -detailed" in DPM Management Shell.

    For technical information, type "Get-Help Get-RecoveryPointLocation -full" in DPM Management Shell.

  2. Use the following syntax to delete the recovery point:

    Remove-RecoveryPoint [-RecoveryPoint] <RecoverySource> [-ForceDeletion] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ] [-WhatIf] [-Confirm]

    For more information, type "Get-Help Remove-RecoveryPoint -detailed" in DPM Management Shell.

    For technical information, type "Get-Help Remove-RecoveryPoint -full" in DPM Management Shell.

See Also

Concepts

Working with Recovery Points
Co-Locating Data

-----
For additional resources, see Information and Support for System Center 2012.

Tip: Use this query to find online documentation in the TechNet Library for System Center 2012. For instructions and examples, see Search the System Center 2012 Documentation Library.
-----