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/backup-mabs-add-storage.md
+25-20Lines changed: 25 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,18 @@
1
1
---
2
2
title: Use Modern Backup Storage with Azure Backup Server
3
3
description: Learn about the new features in Azure Backup Server. This article describes how to upgrade your Backup Server installation.
4
-
ms.topic: conceptual
5
-
ms.date: 03/01/2023
4
+
ms.topic: how-to
5
+
ms.date: 03/27/2024
6
6
ms.service: backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-abhmallick
9
+
ms.custom: engagement-fy24
9
10
---
10
11
11
12
# Add storage to Azure Backup Server
12
13
14
+
This article describes how to add storage to Azure Backup Server.
15
+
13
16
Azure Backup Server V2 and later supports Modern Backup Storage that offers storage savings of 50 percent, backups that are three times faster, and more efficient storage. It also offers workload-aware storage.
14
17
15
18
> [!NOTE]
@@ -34,41 +37,43 @@ Backup Server V2 or later accepts storage volumes. When you add a volume, Backup
34
37
35
38
Using Backup Server with volumes as disk storage can help you maintain control over storage. A volume can be a single disk. However, if you want to extend storage in the future, create a volume out of a disk created by using storage spaces. This can help if you want to expand the volume for backup storage. This section offers best practices for creating a volume with this setup.
36
39
40
+
To create a volume for Modern Backup Storage, follow these steps:
41
+
37
42
1. In Server Manager, select **File and Storage Services** > **Volumes** > **Storage Pools**. Under **PHYSICAL DISKS**, select **New Storage Pool**.
38
43
39
-

44
+

40
45
41
46
2. In the **TASKS** drop-down box, select **New Virtual Disk**.
42
47
43
-

48
+

44
49
45
50
3. Select the storage pool, and then select **Add Physical Disk**.
46
51
47
-

52
+

48
53
49
54
4. Select the physical disk, and then select **Extend Virtual Disk**.
50
55
51
-

56
+

52
57
53
58
5. Select the virtual disk, and then select **New Volume**.
54
59
55
-

60
+

56
61
57
62
6. In the **Select the server and disk** dialog, select the server and the new disk. Then, select **Next**.
58
63
59
-

64
+

60
65
61
66
## Add volumes to Backup Server disk storage
62
67
68
+
To add a volume to Backup Server, in the **Management** pane, rescan the storage, and then select **Add**. A list of all the volumes available to be added for Backup Server Storage appears. After available volumes are added to the list of selected volumes, you can give them a friendly name to help you manage them. To format these volumes to ReFS so Backup Server can use the benefits of Modern Backup Storage, select **OK**.
69
+
70
+

71
+
63
72
> [!NOTE]
64
73
>
65
74
> - Add only one disk to the pool to keep the column count to 1. You can then add disks as needed afterwards.
66
75
> - If you add multiple disks to the storage pool at a go, the number of disks is stored as the number of columns. When more disks are added, they can only be a multiple of the number of columns.
67
76
68
-
To add a volume to Backup Server, in the **Management** pane, rescan the storage, and then select **Add**. A list of all the volumes available to be added for Backup Server Storage appears. After available volumes are added to the list of selected volumes, you can give them a friendly name to help you manage them. To format these volumes to ReFS so Backup Server can use the benefits of Modern Backup Storage, select **OK**.
69
-
70
-

71
-
72
77
## Set up workload-aware storage
73
78
74
79
With workload-aware storage, you can select the volumes that preferentially store certain kinds of workloads. For example, you can set expensive volumes that support a high number of input/output operations per second (IOPS) to store only the workloads that require frequent, high-volume backups. An example is SQL Server with transaction logs. Other workloads that are backed up less frequently, like VMs, can be backed up to low-cost volumes.
The following screenshot shows the Update-DPMDiskStorage cmdlet in the PowerShell window.
89
94
90
-

95
+

91
96
92
97
The changes you make by using PowerShell are reflected in the Backup Server Administrator Console.
93
98
94
-

99
+

95
100
96
101
## Migrate legacy storage to Modern Backup Storage for MABS v2
97
102
98
103
After you upgrade to or install Backup Server V2 and upgrade the operating system to Windows Server 2016, update your protection groups to use Modern Backup Storage. By default, protection groups aren't changed. They continue to function as they were initially set up.
99
104
100
105
Updating protection groups to use Modern Backup Storage is optional. To update the protection group, stop protection of all data sources by using the retain data option. Then, add the data sources to a new protection group.
101
106
107
+
To migrate legacy storage to Modern Backup Storage for MABS v2, follow these steps:
108
+
102
109
1. In the Administrator Console, select the **Protection** feature. In the **Protection Group Member** list, right-click the member, and then select **Stop protection of member**.
103
110
104
-

111
+

105
112
106
-
2. In the **Remove from Group** dialog box, review the used disk space and the available free space for the storage pool. The default is to leave the recovery points on the disk and allow them to expire per their associated retention policy. Select **OK**.
113
+
2. In the **Remove from Group** dialog box, review the used disk space and the available free space for the storage pool. The default is to leave the recovery points on the disk and allows them to expire per their associated retention policy. Select **OK**.
107
114
108
115
If you want to immediately return the used disk space to the free storage pool, select the **Delete replica on disk** check box to delete the backup data (and recovery points) associated with that member.
109
116
110
-

117
+

111
118
112
119
3. Create a protection group that uses Modern Backup Storage. Include the unprotected data sources.
113
120
114
121
## Add disks to increase legacy storage
115
122
116
123
If you want to use legacy storage with Backup Server, you might need to add disks to increase legacy storage.
117
124
118
-
To add disk storage:
125
+
To add disk storage, follow these steps:
119
126
120
127
1. In the Administrator Console, select **Management** > **Disk Storage** > **Add**.
121
128
122
-
123
-
124
129
2. In the **Add Disk Storage** dialog, select **Add disks**.
125
130
126
131
3. In the list of available disks, select the disks you want to add, select **Add**, and then select **OK**.
0 commit comments