Questions tagged [azure-backup-vault]

Use this tag for question related to Azure Backup Vault, which are based on Azure Service Manager, were the first version of the vault. Recovery Services vaults, which add the Azure Resource Manager model features, are the second version of the vault.

If you still have Backup vaults, they are being auto-upgraded to Recovery Services vaults. By November 2017, all Backup vaults have been upgraded to Recovery Services vaults.

Recovery Services vaults are based on the Azure Resource Manager model of Azure, whereas Backup vaults were based on the Azure Service Manager model. When you upgrade a Backup vault to a Recovery Services vault, the backup data remains intact during and after the upgrade process.

Useful Links:

  1. Difference between Backup & Site Recovery
  2. Backup vault creation - video tutorial
  3. Comparison
100 questions
5
votes
2 answers

Azure Backup Vault vs Recovery Services Vault

Tried to search through Azure docs and google for differences. Couldn't find any answers. To me, these services are mostly identical. Could you explain the difference between Backup Vault and Recovery Services Vault?
Bohdan Blyzniuk
  • 575
  • 6
  • 14
5
votes
2 answers

Does Azure Backup include attached Disks

I am new to Azure and setting up the backup of multiple Azure VM's, all on the Location. 2 of the 3 VM's have additional data disks attached to them. Will the Recovery Services Backup policy also back up the data on these disks or do I need to…
crm1975
  • 51
  • 1
  • 3
4
votes
1 answer

Azure long-term daily backup

I use long-term backups in azure. Now backups created every week and I want create backup every day but I don't see this option. Here it is only about the possibility of weekly, monthly and annual backups How can i do this?
user9682726
3
votes
1 answer

What is the different between vault vs snapshot and vault in azure backups

I have the following question when backing up VMs using Azure Backup there are two types of recovery - Snapshot and Vault & Vault. What is the difference between those?
2
votes
0 answers

Velero installation issue with AKS - "Error getting a backup store"

I am installing Velero in AKS. Steps- Velero(version 1.6.1) downloaded and unzipped it then moved it to the /usr/local/bin/ I have created Service Principle with the contributor role. my credential-velero…
2
votes
3 answers

how to check if back up is enabled on azure virtual machine using powershell

How to check if back up is enabled on an Azure virtual machine using PowerShell? I am aware of querying all the virtual machines and then comparing with the Virtual machines configured under Recovery services vault. Is there any way to pull the…
Manjunath Rao
  • 1,397
  • 4
  • 26
  • 42
1
vote
1 answer

Restore-AzRecoveryServicesBackupItem cmdlet to Restore As Files

I have a requirement to (as part of an automation) grab the latest full backup from a Recovery Services vault and "Restore as Files" it (see screenshot below) before moving it to a different subscription for ... restoration? I want to automate this…
Marcel
  • 944
  • 2
  • 9
  • 29
1
vote
1 answer

Copying contents of one vault to another

Somewhere I read that I can copy backups from one vault to another. I have been unable to find anything leading me in the right direction. My intent is to do so, so that I can work around the fact that one cannot rename vaults, once they have been…
lapisque
  • 11
  • 1
1
vote
1 answer

Resume Azure VM backup using powershell script after disabling backup

I would like to resume my backup after disabling backup. Used the below commands for disabling and enabling. Disabling backup :Disable-AzRecoveryServicesBackupProtection -Item $backupItems -Force Enabling backup :…
PRAVEEN PDBR
  • 423
  • 1
  • 9
  • 25
1
vote
1 answer

Powershell script to automate azure linux VM backup and restore from azure devops pipeline

I tried multiple powershell script to do azure VM backup and restore but none of them are seems working or not so effective. Could any one please share the powershell script to create backup of VM and restore in azure via azure devops…
PRAVEEN PDBR
  • 423
  • 1
  • 9
  • 25
1
vote
1 answer

Azure Operational Backup for Azure Blobs different from soft delete?

I have enabled soft delete for blobs, containers as well as point in time restore on my storage account. If I delete my blobs, container or even the entire storage account, it can still be restored it seems. So what does the new Operational Backup…
karta1
  • 11
  • 1
1
vote
1 answer

Terraform returns error "The resource type could not be found in the namespace" when creating azurerm_data_protection_backup_vault

Terraform v1.0.4 provider registry.terraform.io/hashicorp/azurerm v2.73.0 Upgraded to v2.74.0 - issue persists. When trying to create backup vault with terraform: resource "azurerm_data_protection_backup_vault" "backupvault" { name …
Ivan
  • 11
  • 4
1
vote
1 answer

Azure Backup. Wait Only Until Snapshot Is Taken, Not Until It's Transferred to Vault

I'm writing a PowerShell script for starting MySQL Server process, initiating backups from Azure Recovery Services, then starting MySQL Server process again. For my purposes Wait-AzRecoveryServicesBackupJob cmdlet is not suitable, as Azure Backup…
WinBoss
  • 879
  • 1
  • 17
  • 40
1
vote
0 answers

Azure Recovery Backup Recovery: {CloudError}AzureError Resource Not Found

with respect to Azure Recovery Services Question, I am using this code to fetch details of all vaults inside resource vault services: all_vault_in_rsv = [] def all_vaults(): for rsv in res_vault_grps: all_resources =…
1
vote
3 answers

Unable to find SYSTEM_KEY_NAME in SAP HANA Azure VM backup

I am trying to backup SAP HANA database which is in Azure VM by using Recovery Vault service. While running "msawb-plugin-config-com-sap-hana.sh" script file I am getting the error Failed to determine SYSTEM_KEY_NAME: Please specify with the…
1
2 3 4 5 6 7