Need Clarification on Azure Site Recovery Backups.

Ramakrishna Abhijeet P 70 Reputation points
2024-01-02T12:53:37.6233333+00:00

Hi Team,

I hope this message finds you well. We've identified an issue with our Runbook process for enrolling VMs in the Recovery Services vault.

Due to an oversight, all backups for the past month have been enrolling in the incorrect Recovery Services vault with a different name (06). We've since created a new vault with the correct name, and now we need to move all existing backups to the new vault (07).

Both Recovery Services vaults are in the same Resource Group and location. Unfortunately, we cannot manually override the Runbook name in the script.

We urgently need guidance on the best approach to rectify this situation. Your prompt assistance is highly appreciated.

User's image

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
{count} votes

2 answers

Sort by: Most helpful
  1. Luke Murray 11,521 Reputation points MVP Volunteer Moderator
    2024-01-03T09:39:19.88+00:00

    Hi, you can't move the recovery points from one Backup Vault to another.

    But you can stop your backups on the old one and start it on the new one.

    If you delete all previous Recovery jobs, you can move the same VMs to the new Recovery Services Vault.

    However, if you want to retain the existing data in the old Recovery Services vault, you will need to go through the following process:

    1- Stop VM Protection- (Not Delete)
    2- Move VM to another RG
    3- Enable New or Existing RSV to VM

    Reference: https://learn.microsoft.com/en-us/answers/questions/1182451/is-it-possible-to-change-the-recovery-service-vaul

    0 comments No comments

  2. Ramakrishna Abhijeet P 70 Reputation points
    2024-01-04T10:39:27.6766667+00:00

    Hi @Luke Murray As those are Production Virtual Machines we can move to other RG. I need to know if I could use Old RSV backup items to restore the Virtual Machines if we changed the current RSV (06) to new RSV (07).


Your answer

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