You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/offline-backup-azure-data-box.md
+28-22Lines changed: 28 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,28 @@
1
1
---
2
2
title: Offline backup by using Azure Data Box
3
3
description: Learn how you can use Azure Data Box to seed large initial backup data offline from the MARS Agent to a Recovery Services vault.
4
-
ms.topic: conceptual
5
-
ms.date: 1/27/2020
4
+
ms.topic: how-to
5
+
ms.date: 1/23/2023
6
+
author: jyothisuri
7
+
ms.author: jsuri
8
+
ms.service: backup
9
+
ms.custom: engagement-fy23
6
10
---
7
11
8
12
# Azure Backup offline backup by using Azure Data Box
9
13
14
+
This article describes how you can use Azure Data Box to seed large initial backup data offline from the MARS Agent to a Recovery Services vault.
15
+
10
16
You can use [Azure Data Box](../databox/data-box-overview.md) to seed your large initial Microsoft Azure Recovery Services (MARS) backups offline (without using network) to a Recovery Services vault. This process saves time and network bandwidth that would otherwise be consumed moving large amounts of backup data online over a high-latency network. Offline backup based on Azure Data Box provides two distinct advantages over [offline backup based on the Azure Import/Export service](./backup-azure-backup-import-export.md):
11
17
12
18
- There's no need to procure your own Azure-compatible disks and connectors. Azure Data Box ships the disks associated with the selected [Data Box SKU](https://azure.microsoft.com/services/databox/data/).
13
19
- Azure Backup (MARS Agent) can directly write backup data onto the supported SKUs of Azure Data Box. This capability eliminates the need for you to provision a staging location for your initial backup data. You also don't need utilities to format and copy that data onto the disks.
14
20
15
-
## Azure Data Box with the MARS Agent
21
+
## Support matrix
16
22
17
-
This article explains how you can use Azure Data Box to seed large initial backup data offline from the MARS Agent to a Recovery Services vault.
23
+
This section explains the supported scenarios.
18
24
19
-
## Supported platforms
25
+
###Supported platforms
20
26
21
27
The process to seed data from the MARS Agent by using Azure Data Box is supported on the following Windows SKUs.
22
28
@@ -38,7 +44,7 @@ The process to seed data from the MARS Agent by using Azure Data Box is supporte
38
44
| Windows Server 2008 R2 SP1 64 bit | Standard, Enterprise, Datacenter, Foundation |
39
45
| Windows Server 2008 SP2 64 bit | Standard, Enterprise, Datacenter |
40
46
41
-
## Backup data size and supported Data Box SKUs
47
+
###Backup data size and supported Data Box SKUs
42
48
43
49
| Backup data size (post-compression by MARS)* per server | Supported Azure Data Box SKU |
@@ -113,7 +119,7 @@ The offline backup process using MARS and Azure Data Box requires the Data Box d
113
119
> [!IMPORTANT]
114
120
> Don't select *BlobStorage* for the **Account kind**. The MARS Agent requires an account that supports page blobs, which isn't supported when *BlobStorage* is selected. Select **Storage V2 (general purpose v2)** as the **Account kind** when you create the target storage account for your Azure Data Box job.
115
121
116
-

122
+

117
123
118
124
## Install and set up the MARS Agent
119
125
@@ -169,43 +175,43 @@ To ensure you can mount your Data Box device as a Local System by using the NFS
169
175
1. Open the **Microsoft Azure Backup** application on your server.
170
176
1. On the **Actions** pane, select **Schedule Backup**.

173
179
174
180
1. Follow the steps in the **Schedule Backup Wizard**.
175
181
176
182
1. Add items by selecting the **Add Items** button. Keep the total size of the items within the [size limits supported by the Azure Data Box SKU](#backup-data-size-and-supported-data-box-skus) that you ordered and received.
177
183
178
-

184
+

179
185
180
186
1. Select the appropriate backup schedule and retention policy for **Files and Folders** and **System State**. System state is applicable only for Windows Servers and not for Windows clients.
181
187
1. On the **Choose Initial Backup Type (Files and Folders)** page of the wizard, select the option **Transfer using Microsoft Azure Data Box disks** and select **Next**.

184
190
185
191
1. Sign in to Azure when prompted by using the user credentials that have Owner access on the Azure subscription. After you succeed in doing so, you should see a page that resembles this one.
186
192
187
-

193
+

188
194
189
195
The MARS Agent then fetches the Data Box jobs in the subscription that are in the Delivered state.
190
196
191
-

197
+

192
198
193
199
1. Select the correct Data Box order for which you've unpacked, connected, and unlocked your Data Box disk. Select **Next**.
194
200
195
-

201
+

196
202
197
203
1. Select **Detect Device** on the **Data Box Device Detection** page. This action makes the MARS Agent scan for locally attached Azure Data Box disks and detect them.

200
206
201
207
If you connected the Azure Data Box instance as a network share (because of unavailability of USB ports or because you ordered and mounted the 100-TB Data Box device), detection fails at first. You're given the option to enter the network path to the Data Box device.
202
208
203
-

209
+

204
210
205
211
>[!IMPORTANT]
206
212
> Provide the network path to the root directory of the Azure Data Box disk. This directory must contain a directory by the name *PageBlob*.
207
213
>
208
-
>
214
+
>
209
215
>
210
216
>For example, if the path of the disk is `\\mydomain\myserver\disk1\` and *disk1* contains a directory called *PageBlob*, the path you enter on the MARS Agent wizard page is `\\mydomain\myserver\disk1\`.
211
217
>
@@ -215,19 +221,19 @@ To ensure you can mount your Data Box device as a Local System by using the NFS
215
221
216
222
The following page confirms that the policy is saved successfully.
217
223
218
-

224
+

219
225
220
226
1. Select **Close** on the previous page.
221
227
222
228
1. Select **Back Up Now** in the **Actions** pane of the MARS Agent console. Select **Back Up** on the wizard page.
223
229
224
-

230
+

225
231
226
232
The MARS Agent starts backing up the data you selected to the Azure Data Box device. This process might take from several hours to a few days. The amount of time depends on the number of files and connection speed between the server with the MARS Agent and the Azure Data Box disk.
227
233
228
234
After the backup of the data is finished, you'll see a page on the MARS Agent that resembles this one.

231
237
232
238
## Post-backup steps
233
239
@@ -258,7 +264,7 @@ To see if your problem is the same as the one previously described, do one of th
258
264
259
265
Check to see if the following error message appears in the MAB console when you configured offline backup.
260
266
261
-

267
+

262
268
263
269
#### Step 2 of verification
264
270
@@ -293,7 +299,7 @@ From the server you're trying to configure for offline backup, perform the follo
293
299
294
300
3. Go to the Azure offline backup application mentioned in step 2. Select **Settings** > **Keys** > **Upload Public Key**. Upload the certificate you exported in the previous step.
295
301
296
-

302
+

297
303
298
304
4. In the server, open the registry by entering **regedit** in the run window.
299
305
@@ -309,7 +315,7 @@ From the server you're trying to configure for offline backup, perform the follo
309
315
310
316
7. To get the value of the thumbprint, double-click the certificate. Select the **Details** tab, and scroll down until you see the thumbprint field. Select **Thumbprint**, and copy the value.
311
317
312
-

318
+

0 commit comments