Azure – How to use Azure Backup to backup files on on-premises Linux machine

azurebackup

Is it possible to backup individual files (i.e. database backups) from the disk of an on-premise Linux (CentOS) server to the Azure Recovery Services vault?

Do I need the Recovery Services agent and is that available for Linux?

Or is there a smarter way?

I could also make a script which would transfer my backup files to Azure blob storage. Can I then connect some Azure service to the blob storage so it would remove files according to some policy/schedule?

Best Answer

You can use free VEEAM B&R https://www.veeam.com/linux-backup-free.html to automate the backup process itself and upload your backups directly to Azure VM mounted as a backup repository or automate/script the upload with azure cli.

Related Topic