Editéieren

What is offline backup in Azure Backup?

Offline backup in Azure Backup transfers the initial full backup data to a Recovery Services vault without using any network bandwidth. Use offline backup when limited network bandwidth or large data volumes would make the initial online backup take several days.

Azure Backup copies the initial backup data to physical storage devices that you ship to an Azure datacenter. You can use Microsoft-managed Azure Data Box devices or your own disks through the Azure Import/Export service. After Azure uploads the initial data to the vault, subsequent incremental backups continue online.

This article compares the Azure Data Box and Azure Import/Export options to help you choose the appropriate offline backup method.

Offline backup options

Offline backup is offered in two modes based on the ownership of the storage devices:

  • Offline backup based on Azure Data Box
  • Offline backup based on the Azure Import/Export service

Offline backup based on Azure Data Box

This option is supported by Microsoft Azure Backup Server (MABS), System Center Data Protection Manager (DPM) DPM-A, and the MARS Agent. This option takes advantage of Azure Data Box to ship Microsoft-proprietary, secure, and tamper-resistant transfer appliances with USB connectors to your datacenter or remote office. Backup data is directly written onto these devices. This option saves the effort required to procure your own Azure-compatible disks and connectors or to provision temporary storage as a staging location. Microsoft also handles the end-to-end transfer logistics, which you can track through the Azure portal.

An architecture that describes the movement of backup data with this option is shown here.

Azure Backup Data Box architecture

Here's a summary of the architecture:

  1. Azure Backup directly copies backup data to these preconfigured devices.
  2. You can then ship these devices back to an Azure datacenter.
  3. Azure Data Box copies the data onto a customer-owned storage account.
  4. Azure Backup automatically copies backup data from the storage account to the designated Recovery Services vault. Incremental online backups are scheduled.

To use offline backup based on Azure Data Box, see Offline backup using Azure Data Box.

Offline backup based on the Azure Import/Export service

This option is supported by Microsoft Azure Backup Server (MABS), System Center Data Protection Manager (DPM) DPM-A, and the MARS Agent. It uses the Azure Import/Export service. You can transfer initial backup data to Azure by using your own Azure-compatible disks and connectors. This approach requires that you provision temporary storage known as the staging location and use prebuilt utilities to format and copy the backup data onto customer-owned disks.

An architecture that describes the movement of backup data with this option is shown here.

Azure Backup Import/Export service architecture

Here's a summary of the architecture:

  1. Instead of sending the backup data over the network, Azure Backup writes the backup data to a staging location.
  2. The data in the staging location is written to one or more SATA disks by using a custom utility.
  3. As part of the preparatory work, the utility creates an Azure import job. The SATA drives are shipped to the nearest Azure datacenter and reference the import job to connect the activities.
  4. At the Azure datacenter, the data on the disks is copied to an Azure storage account.
  5. Azure Backup copies the backup data from the storage account to the Recovery Services vault. Incremental backups are scheduled.

To use offline backup based on the Azure Import/Export service with the MARS Agent, see Offline backup workflow in Azure Backup.

To use the same along with MABS or DPM-A, see Offline backup workflow for DPM and Azure Backup Server.

Offline backup support summary

The following table compares the two available options so that you can make the appropriate choices based on your scenario.

Consideration Offline backup based on Azure Data Box Offline backup based on the Azure Import/Export service
Azure Backup deployment models MARS Agent, MABS, DPM-A MARS Agent, MABS, DPM-A
Maximum backup data per server (MARS) or per protection group (MABS, DPM-A) Azure Data Box disk - 7.2 TB
Azure Data Box - 80 TB
80 TB (up to 10 disks of 8 TB each)
Security (data, device, and service) Data - AES 256-bit encrypted
Device - Rugged case, proprietary, credential-based interface to copy data
Service - Protected by Azure security features
Data - BitLocker encrypted
Temporary staging location provisioning Not required More than or equal to the estimated backup data size
Supported regions Azure Data Box disk regions
Azure Data Box regions
Azure Import/Export service regions
Cross-country shipping Not supported
Source address and destination Azure datacenter must be in the same country/region*
Supported
Transfer logistics (delivery, transport, pickup) Fully Microsoft managed Customer managed
Pricing Azure Data Box pricing
Azure Data Box disk pricing
Azure Import/Export service pricing

*If your country/region doesn't have an Azure datacenter, you need to ship your disks to an Azure datacenter in another country/region.

Next steps