0

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 maybe using Powershell or Azure CLI?

2 Answers2

0

Is there any way to specify disks that I want to backup from Azure Linux VM with Azure Recovery Services?

Based on my knowledge, for now, Azure only supports backup file or folder(drive) on Windows. Because if you want to back up files and folders to Azure, you need install and register the Recovery Services agent. However, the agent does not support Linux VM now.

I think you need to know how to backup file or folder and how to restore file or folder on Azure.

Shui shengbao
  • 3,503
  • 1
  • 10
  • 20
  • This is not entirely true, Azure Recovery Services supports backup of Linux VMs - it is file consistent backup when VM is running and crash consistent when VM is stopped. More information here https://docs.microsoft.com/en-us/azure/backup/backup-introduction-to-azure-backup#linux-support and https://docs.microsoft.com/en-us/azure/backup/backup-azure-vms-first-look-arm#install-the-vm-agent-on-the-virtual-machine. Question is if I can customize the snapshot that is produced when backing up Linux VMs – Tomasz Tuczapski Jan 27 '17 at 09:19
  • @TomaszTuczapski Yes, you could backup full Linux VM by using Azure Recovery Services. However, you could not backup exclude disks on Linux VM – Shui shengbao Jan 30 '17 at 02:29
-1

At this point, you can't select or exclude disks while doing a VM level backup in AZURE.