Azure Backup
Azure Backup
Backup center is the centralized option to backup all azure resource and monitor the status
of Backup.
1. Azure Virtual Machines backup, including SQL and SAP HANA in Azure Virtual
Machines backup
2. Azure Files backup, Azure Blob Storage backup, and Azure-managed disks backup
3. Azure Database for PostgreSQL Server backup
To Backup any resource in Azure we need a Recovery service fault first. It’s used store the
backup data.
Azure Backup automatically handles the storage for your vault. Depending on your
configuration, you need to specify how your storage is replicated.
If you're using Azure Backup for Azure Files file shares, you don't need to
configure the storage replication type. Azure Files backup is snapshot-based,
and no data is transferred to the vault. Snapshots are stored in the same Azure
storage account as your backed-up file share.
You can configure replication for your Recovery Services vaults from the
Backup center dashboard under Properties > Backup Configuration > Update.
There are three storage replication options: Geo-redundant, locally redundant, and zone
redundant. The following table provides recommendations for the replication types.
You can also specify how to restore data in a secondary, Azure paired region by enabling
the Cross Region Restore.
List of Backup Solution in Azure for VM:
Azure Backup: Back up Azure virtual machines running production workloads. Create
application-consistent backups for both Windows and Linux virtual machine. In case of any
disaster we can restore entire VM if we are using Azure Backup option for VM.
Azure Site Recovery: Azure Site Recovery protects your virtual machines from a major
disaster scenario when a whole region experiences an outage due to a major natural
disaster or widespread service interruption. Replicate to the Azure region of your choice. As
compare to azure backup azure site recovery is more reliable solution also it’s costly than
azure backup.
Azure managed disks – snapshot: Quickly and easily back up your virtual machines that use
Azure managed disks at any point in time. This is only for only exact that point not
application consistent.
Each snapshot is billed based on the actual size used. If you create a snapshot of a managed
disk with a capacity of 64 GB that's used only 10 GB, you're billed for 10 GB.
Azure managed disks – image: Create an image from your custom VHD in an Azure storage
account or directly from a generalized (via Sysprep) virtual machine.
Create hundreds of virtual machines by using your custom image without copying or
managing any storage account
After the Azure Backup job completes, you can use recovery points for the snapshot to
restore your virtual machine or specific files.
Things to know about snapshots and recovery points
Let's take a closer look at the characteristics of snapshots and recovery points in Azure
Backup.
By default, Azure Backup keeps snapshots for two days to reduce backup and
restore times. The local retention reduces the time required to transform and
copy data back from an Azure Recovery Services vault.
You can set the default snapshot retention value from one and five days.
Incremental snapshots are stored as Azure page blobs (Azure Disks).
Recovery points for a virtual machine snapshot are available only after both
phases of the Azure Backup job are complete.
Recovery points are listed for the virtual machine snapshot in the Azure portal
and are labeled with a recovery point type.
After a snapshot is first taken, the recovery points are identified with
the snapshot recovery point type.
After the snapshot is transferred to an Azure Recovery Services vault, the
recovery point type changes to snapshot and vault.
Backup Process:
To use Azure Backup to protect your Azure virtual machines, you follow a simple three-step
process: create a vault, define your backup options, and trigger the backup job.
Choose the resource which need to be backed up. Here we want to backup VM so we select
the same.
Check the auto populated details and modify as per requirements. Then Give the policy
name and hit on create.
VM Is successfully restored
File Recovery/Restore:
For testing Purpose we will delete one folder in C drive and restore same folder.
We deleted the Public folder.
Select the restore point from where you want to restore the VM.
Select the restore option 1.Restore VM or 2.File Recovery
Click on Download executable and once the down load completed copy the file to VM where
file is missing.
Open The script and paste the password which is showing in Azure portal.
Wait for some time clone disk will be created.
Check in file explorer extra disk will be there which is restored disk.
Go to the path where file was missing. Here you can see public folder is available.