Orphaned MABS

Eric Samuelson 0 Reputation points
2025-01-08T22:48:28.6733333+00:00

Hi, we have several old backups in Azure that were created from an on-prem Microsoft Azure Backup Server that no longer exists.
If I try to delete the old backups, it says that the backup job needs to be stopped but since I don't have access to the MABS, I can't stop the jobs.

Any way around this?

Thanks

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,335 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pavan Minukuri 1,025 Reputation points Microsoft Vendor
    2025-01-08T23:11:01.0333333+00:00

    Hi @Eric Samuelson
    Welcome to Microsoft Q&A, Thanks for asking questions here!
    To delete old backups in Azure from an on-premises Microsoft Azure Backup Server (MABS) that no longer exists, please try with these steps:

    1. Azure Backup keeps deleted data for 14 days. If you've deleted a backup item, it may still be pending removal. You can wait for this period or contact support to speed up the process.
    2. If you have access to Azure PowerShell, run this command to stop the backup job and delete recovery points:
       
    
       Disable-AzRecoveryServicesBackupProtection -Item $myBkpItem -RemoveRecoveryPoints -VaultId $myVaultID -Force
    

    This will mark the backup item for deletion and remove its recovery points.

    1. If possible, set up a new MABS with the same name as the original server. This will allow you to manage and stop the backup jobs directly.
    2. Ensure you're managing backups through the correct Recovery Services vault in Azure. You can check for options to stop backups or delete backup data.

    Reference link: https://zcusa.951200.xyz/en-us/azure/backup/backup-azure-manage-vms
    https://zcusa.951200.xyz/en-us/azure/backup/soft-delete-virtual-machines,https://zcusa.951200.xyz/en-au/azure/backup/backup-azure-microsoft-azure-backup,https://zcusa.951200.xyz/en-us/azure/backup/backup-azure-arm-restore-vms?WT.mc_id=modinfra-16005-abartolo

    Please let me know if anything required!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.