An Azure backup service that provides built-in management at scale.
Yes. Azure supports native backup for Linux VMs while the VM is running.
- Azure Backup supports Azure VMs running Linux by using either the VM extension or agentless crash-consistent backup.
- For Linux VMs, agent-based backup supports file-consistent backup by default.
- Application-consistent backup is also supported for Linux VMs by using custom pre-scripts and post-scripts.
- Agentless crash-consistent backups are also available and are operating system agnostic.
- During restore, Azure Backup can restore by creating a new VM, restoring a disk to create a VM, replacing a disk on an existing VM, and it also supports file-level recovery.
Important Linux-specific support notes:
- Supported Linux distributions are the Azure-endorsed Linux distributions.
- CoreOS Linux and 32-bit operating systems aren't supported for agent-based VM backup.
- Backup requires /var and /var/lib on Linux not to be mounted with the noexec flag, because backup operations run helper scripts from /var/lib.
- Azure Backup doesn't support backing up NFS-mounted files; it backs up only locally attached disks.
- Backup of Linux Azure VMs with MARS, DPM, or MABS is not supported for this scenario.
If the requirement is simply to back up a running Linux VM natively in Azure, Azure Backup is the supported option.