Search code examples
azureubuntubackupazure-storageubuntu-server

Backup Ubuntu Server with Azure


I want make an automatic Backup of our Samba(Ubuntu) Server. This automatic backup should go over to an Azure(Ubuntu) Server.

So how must I configure our local server that it backup the Data and send it to Server at Azure? Image

Edit: The working Solution for me was with Azure Blob Storage and a cron job.


Solution

  • I suggest you could backup your local files to Azure blob. Compared to a Azure VM, it is more cheaper, you only need pay for the storage account cost.

    You could check this blog:backup data from Linux Servers to Azure blob Storage.

    You could a task to upload your files to Azure automatic.