Hello,
I have an installation of DPM 2019 that is configured to backup to an Azure recovery vault for our off-site backups. We have recently made a modification to our backup policies that allows us to reduce some of our storage footprint in Azure. For example, we were keeping several non-critical servers in the cloud for 5 years, and we have no modified our requirement to maintain a single year.
I am trying to remove specific recovery points for data-sources in the cloud, however the powershell command tools for the on-prem install do not appear to work for Cloud recovery points.
I get the following error when i run the Remove-DPMRecoveryPoint command
+ CategoryInfo : NotSpecified: (:) [Remove-DPMRecoveryPoint], DlsException
+ FullyQualifiedErrorId : OnlineRecoveryPointsCannotBeDeleted,Microsoft.Internal.EnterpriseStorage.Dls.UI.Cmdlet.R
ecoveryCmdLets.RemoveRecoveryPoint
Remove-DPMRecoveryPoint : Online recovery points cannot be deleted. (ID: 33405)
At line:1 char:21
- foreach ($p in $rp){Remove-DPMRecoveryPoint -RecoveryPoint $p}
What is the correct command to do this? I do not want to remove every recovery point up there, which is the only option available to me in the DPM client. There must be some way that I can manage my storage footprint in Azure, surely?
Thanks,
Nick