Questions tagged [recovery-services]

8 questions
3
votes
2 answers

Azure RecoveryServiceVault can't be removed?

During the free trial, I spent time fiddling and experimenting with azure. Now that we've moved to paid version, I need to delete all of the experimented things as we don't need all of them. One of those is a Recovery services vault that somehow got…
Victoria S.
  • 236
  • 1
  • 10
3
votes
1 answer

Automating Azure Recovery Services without DPM

I'm trying to push out Azure Recovery Services to users desktops without having to manually go to all the users desktops to configure the Azure Recovery Agent and the Vault Credentials. All the automation options that I'm finding assume that you…
mrdenny
  • 27,074
  • 4
  • 40
  • 68
1
vote
0 answers

Is it possible to rollback a migration from Hyper-V to Azure

I am migrating VMs from Hyper-V to Azure using the integration among SCVMM and the Azure Replication Service. For a given VM, I performed successfully the test failover, I validated the outcome, I cleaned it up, the failover has completed…
aledeniz
  • 183
  • 6
0
votes
2 answers

Azure recovery services backup single drive

Is there any way to specify disks that I want to backup from Azure Linux VM with Azure Recovery Services? I know that Recovery Services makes a snapshot of a Linux VM and from Azure Portal I can't customize it other than just backup schedule but…
0
votes
1 answer

Azure Recovery Services Vault - Reduce Total Backups Stored

My client is looking to reduce the number of VM backups stored in their Azure Recovery Services Vault (RSV) since total storage exceeds 100+ TB in each environment and costs are adding up. Each RSV backs up anywhere from 25-30 Azure virtual…
jrd1989
  • 628
  • 10
  • 35
0
votes
1 answer

How can I get RAM frequency from the OS X low-level terminal?

How can I get RAM frequency from the OS X low-level terminal? Which comand can help in this situation?
0
votes
1 answer

Azure Recovery Services Vault - Copied Stored Permanently?

I created a recovery services vault in Azure to back up a few Azure VM's. I've been performing daily backups of the VM's but the VM's are no longer needed. I see settings for weekly/monthly/yearly retention policies for the recovery services vault.…
jrd1989
  • 628
  • 10
  • 35
0
votes
1 answer

Azure VM off-site backups via CLI

I'm currently backing up Azure VMs via Azure CLI: create resource group: az group create -n backup-resource-group -l uksouth create recovery services vault: az backup vault create --resource-group backup-resource-group --name backup --location…