Skip to content

Commit 9f7d2b1

Browse files
Merge pull request #264317 from AbhishekMallick-MS/Jan-26-2024-Freshness
Freshness - Offline-seeding
2 parents a6c4a08 + 007b83d commit 9f7d2b1

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

articles/backup/backup-azure-backup-import-export.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Offline seeding workflow for MARS using customer-owned disks with Azure I
33
description: Learn how you can use Azure Backup to send data off the network by using the Azure Import/Export service. This article explains the offline seeding of the initial backup data by using the Azure Import/Export service.
44
ms.reviewer: saurse
55
ms.topic: how-to
6-
ms.date: 12/05/2022
6+
ms.date: 01/26/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
@@ -14,31 +14,22 @@ This article describes how to send the initial full backup data from MARS to Azu
1414

1515
Azure Backup has several built-in efficiencies that save network and storage costs during the initial full backups of data to Azure. Initial full backups typically transfer large amounts of data and require more network bandwidth when compared to subsequent backups that transfer only the deltas/incrementals. Through the process of offline seeding, Azure Backup can use disks to upload the offline backup data to Azure.
1616

17-
In this article, you'll learn about:
17+
## Offline-seeding flow
1818

19-
> [!div class="checklist"]
20-
> - Offline-seeding process
21-
> - Supported configurations
22-
> - Prerequisites
23-
> - Workflow
24-
> - How to initiate offline backup
25-
> - How to prepare SATA drives and ship to Azure
26-
> - How to update the tracking and shipping details on the Azure import job
19+
The Azure Backup offline-seeding process is tightly integrated with the [Azure Import/Export service](../import-export/storage-import-export-service.md). You can use this service to transfer initial backup data to Azure by using disks. If you have terabytes (TBs) of initial backup data that need to be transferred over a high-latency and low-bandwidth network, you can use the offline-seeding workflow to ship the initial backup copy, on one or more hard drives to an Azure datacenter.
2720

28-
## Offline-seeding process
29-
30-
The Azure Backup offline-seeding process is tightly integrated with the [Azure Import/Export service](../import-export/storage-import-export-service.md). You can use this service to transfer initial backup data to Azure by using disks. If you have terabytes (TBs) of initial backup data that need to be transferred over a high-latency and low-bandwidth network, you can use the offline-seeding workflow to ship the initial backup copy, on one or more hard drives to an Azure datacenter. The following image provides an overview of the steps in the workflow.
31-
32-
:::image type="content" source="./media/backup-azure-backup-import-export/offlinebackupworkflowoverview.png" alt-text="Screenshot shows the overview of offline import workflow process.":::
33-
34-
The offline backup process involves these steps:
21+
To perform the offline backup:
3522

3623
1. Instead of sending the backup data over the network, write the backup data to a staging location.
3724
1. Use the *AzureOfflineBackupDiskPrep* utility to write the data in the staging location to one or more SATA disks.
3825
1. As part of the preparatory work, the *AzureOfflineBackupDiskPrep* utility creates an Azure import job. Send the SATA drives to the nearest Azure datacenter, and reference the import job to connect the activities.
3926
1. At the Azure datacenter, the data on the disks is copied to an Azure storage account.
4027
1. Azure Backup copies the backup data from the storage account to the Recovery Services vault, and incremental backups are scheduled.
4128

29+
The following diagram provides an overview of the offline-seeding flow:
30+
31+
:::image type="content" source="./media/backup-azure-backup-import-export/offlinebackupworkflowoverview.png" alt-text="Diagram shows the overview of offline import workflow process.":::
32+
4233
>[!Note]
4334
>Ensure that you use the latest MARS agent (version 2.0.9250.0 or higher) before following the below sections. [Learn more](backup-azure-mars-troubleshoot.md#mars-offline-seeding-using-customer-owned-disks-importexport-is-not-working).
4435

0 commit comments

Comments
 (0)