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
+45-14Lines changed: 45 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
1
---
2
-
title: Use Modern Backup Storage with Azure Backup Server v2
3
-
description: Learn about the new features in Azure Backup Server v2. This article describes how to upgrade your Backup Server installation.
2
+
title: Use Modern Backup Storage with Azure Backup Server
3
+
description: Learn about the new features in Azure Backup Server. This article describes how to upgrade your Backup Server installation.
4
4
services: backup
5
5
author: markgalioto
6
6
manager: carmonm
7
7
ms.service: backup
8
8
ms.topic: conceptual
9
-
ms.date: 05/15/2017
10
-
ms.author: markgal
9
+
ms.date: 11/06/2018
10
+
ms.author: markgal; adigan; kasinh
11
11
---
12
12
13
-
# Add storage to Azure Backup Server v2
13
+
# Add storage to Azure Backup Server
14
14
15
-
Azure Backup Server v2 comes with System Center 2016 Data Protection Manager Modern Backup Storage. Modern Backup Storage offers storage savings of 50 percent, backups that are three times faster, and more efficient storage. It also offers workload-aware storage.
15
+
Azure Backup Server V2 and later comes with System Center 2016 Data Protection Manager Modern Backup Storage. Modern Backup Storage offers storage savings of 50 percent, backups that are three times faster, and more efficient storage. It also offers workload-aware storage.
16
16
17
17
> [!NOTE]
18
-
> To use Modern Backup Storage, you must run Backup Server v2 on Windows Server 2016.
19
-
> If you run Backup Server v2 on an earlier version of Windows Server, Azure Backup Server can't take advantage of Modern Backup Storage. Instead, it protects workloads as it does with Backup Server v1. For more information, see the Backup Server version [protection matrix](backup-mabs-protection-matrix.md).
18
+
> To use Modern Backup Storage, you must run Backup Server V2 or V3 on Windows Server 2016 or V3 on Windows Server 2019.
19
+
> If you run Backup Server V2 on an earlier version of Windows Server, Azure Backup Server can't take advantage of Modern Backup Storage. Instead, it protects workloads as it does with Backup Server V1. For more information, see the Backup Server version [protection matrix](backup-mabs-protection-matrix.md).
20
20
21
-
## Volumes in Backup Server v2
21
+
## Volumes in Backup Server
22
22
23
-
Backup Server v2 accepts storage volumes. When you add a volume, Backup Server formats the volume to Resilient File System (ReFS), which Modern Backup Storage requires. To add a volume, and to expand it later if you need to, we suggest that you use this workflow:
23
+
Backup Server V2 or later accepts storage volumes. When you add a volume, Backup Server formats the volume to Resilient File System (ReFS), which Modern Backup Storage requires. To add a volume, and to expand it later if you need to, we suggest that you use this workflow:
24
24
25
-
1. Set up Backup Server v2 on a VM.
25
+
1. Set up Backup Server on a VM.
26
26
2. Create a volume on a virtual disk in a storage pool:
27
27
1. Add a disk to a storage pool and create a virtual disk with simple layout.
28
28
2. Add any additional disks, and extend the virtual disk.
@@ -32,9 +32,9 @@ Backup Server v2 accepts storage volumes. When you add a volume, Backup Server f
32
32
33
33
## Create a volume for Modern Backup Storage
34
34
35
-
Using Backup Server v2 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.
35
+
Using Backup Server V2 or later 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
36
37
-
1. In Server Manager, select **File and Storage Services** > **Volumes** > **Storage Pools**. Under **PHYSICAL DISKS**, select **New Storage Pool**.
37
+
1. In Server Manager, select **File and Storage Services** > **Volumes** > **Storage Pools**. Under **PHYSICAL DISKS**, select **New Storage Pool**.
38
38
39
39

40
40
@@ -87,10 +87,41 @@ The changes you make by using PowerShell are reflected in the Backup Server Admi
87
87
88
88

89
89
90
+
91
+
## Migrate legacy storage to Modern Backup Storage
92
+
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 are not changed. They continue to function as they were initially set up.
93
+
94
+
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.
95
+
96
+
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**.
97
+
98
+

99
+
100
+
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. Click **OK**.
101
+
102
+
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.
103
+
104
+

105
+
106
+
3. Create a protection group that uses Modern Backup Storage. Include the unprotected data sources.
107
+
108
+
## Add disks to increase legacy storage
109
+
110
+
If you want to use legacy storage with Backup Server, you might need to add disks to increase legacy storage.
111
+
112
+
To add disk storage:
113
+
114
+
1. In the Administrator Console, select **Management** > **Disk Storage** > **Add**.
115
+
116
+

117
+
118
+
4. In the **Add Disk Storage** dialog, select **Add disks**.
119
+
120
+
5. In the list of available disks, select the disks you want to add, select **Add**, and then select **OK**.
121
+
90
122
## Next steps
91
123
After you install Backup Server, learn how to prepare your server, or begin protecting a workload.
92
124
93
125
-[Prepare Backup Server workloads](backup-azure-microsoft-azure-backup.md)
94
126
-[Use Backup Server to back up a VMware server](backup-azure-backup-server-vmware.md)
95
127
-[Use Backup Server to back up SQL Server](backup-azure-sql-mabs.md)
0 commit comments