Can I move data backed up by Azure Backup Agent to archive tier storage

Josh Avant 21 Reputation points
2021-12-21T18:18:22.493+00:00

I have a file server (FS-1) that was being backed up to an Azure Recovery Services Vault via the Azure Backup Agent. That server was being backed up for approximately 4 years and has now been decommissioned. All the active data was moved over to a new server and the new server is now being backed up the same way. The problem is that all the backup data from the old server is now just sitting, not being used and collecting a hefty charge each month. We need to keep the data for retention purposes but would like to move it to a lower cost tier of storage as it is not being accessed. Is it possible to move this data into an archive storage tier that won't break the bank? And if so, how?

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

Accepted answer
  1. SadiqhAhmed-MSFT 49,331 Reputation points Microsoft Employee Moderator
    2021-12-21T20:09:05.887+00:00

    Hi @Josh Avant - Welcome to Microsoft Q&A community forum!

    Am afraid to say that "Archive tier in Azure backup" does not support Azure backup agent.

    159431-image.png

    Doc reference: https://learn.microsoft.com/en-us/azure/backup/archive-tier-support#supported-workloads

    Also, backup data stored in a vault can't be moved to a different vault. Neither you can change storage redundancy from GRS to LRS. See the FAQ page - https://learn.microsoft.com/en-us/azure/backup/backup-azure-backup-faq#can-i-move-backup-data-to-another-vault-

    The only workaround is to create a new vault with LRS storage and re-protect the new server. Old data stays in old GRS vault till expiry, new data starts flowing into new LRS vault.

    Caveats:
    • Since this method creates a new copy in the new vault, there is additional storage cost in the beginning. If there is only short-term retention, the old data in GRS vault would expire soon and the double copy of storage would not exist after that period.
    • However, if there is long term retention data in the GRS vault, you will continue to have to pay storage charges for GRS and LRS vaults till the GRS data expires.

    ----------------------------------------------------------------------------------------------------------------------

    If the response helped, do "Accept Answer" and up-vote it

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.