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-azure-file-folder-backup-faq.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.date: 07/29/2019
8
8
9
9
# Common questions about backing up files and folders
10
10
11
-
This article has answers to common questions abound backing up files and folders with the Microsoft Azure Recovery Services (MARS) Agent in the [Azure Backup](backup-overview.md) service.
11
+
This article answers common questions abound backing up files and folders with the Microsoft Azure Recovery Services (MARS) Agent in the [Azure Backup](backup-overview.md) service.
12
12
13
13
## Configure backups
14
14
@@ -86,43 +86,43 @@ This warning can appear even though you've configured a backup policy, when the
86
86
The size of the cache folder determines the amount of data that you are backing up.
87
87
88
88
* The cache folder volumes should have free space that equals at least 5-10% of the total size of backup data.
89
-
* If the volume has less than 5% free space, either increase the volume size, or move the cache folder to a volume with enough space.
89
+
* If the volume has less than 5% free space, either increase the volume size, or move the cache folder to a volume with enough space by following [these steps](#how-do-i-change-the-cache-location-for-the-mars-agent).
90
90
* If you backup Windows System State, you'll need an additional 30-35 GB of free space in the volume containing the cache folder.
91
91
92
92
### How to check if scratch folder is valid and accessible?
93
93
94
94
1. By default scratch folder is located at `\Program Files\Microsoft Azure Recovery Services Agent\Scratch`
95
95
2. Make sure the path of your scratch folder location matches with the values of the registry key entries shown below:
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-microsoft-azure-backup.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,15 +158,16 @@ Once the extraction process complete, check the box to launch the freshly extrac
158
158
2. On the Welcome screen, click the **Next** button. This takes you to the *Prerequisite Checks* section. On this screen, click **Check** to determine if the hardware and software prerequisites for Azure Backup Server have been met. If all prerequisites are met successfully, you will see a message indicating that the machine meets the requirements. Click on the **Next** button.
159
159
160
160

161
-
3. Microsoft Azure Backup Server requires SQL Server Enterprise. Further, the Azure Backup Server installation package comes bundled with the appropriate SQL Server binaries needed if you do not wish to use your own SQL. When starting with a new Azure Backup Server installation, you should pick the option **Install new Instance of SQL Server with this Setup** and click the **Check and Install** button. Once the prerequisites are successfully installed, click **Next**.
161
+
3. The Azure Backup Server installation package comes bundled with the appropriate SQL Server binaries needed. When starting a new Azure Backup Server installation, pick the option **Install new Instance of SQL Server with this Setup** and click the **Check and Install** button. Once the prerequisites are successfully installed, click **Next**.
162
+
163
+
>[!NOTE]
164
+
>If you wish to use your own SQL server, the supported SQL Server versions are SQL Server 2014 SP1 or higher, 2016 and 2017. All SQL Server versions should be Standard or Enterprise 64-bit.
165
+
>Azure Backup Server will not work with a remote SQL Server instance. The instance being used by Azure Backup Server needs to be local. If you are using an existing SQL server for MABS, the MABS setup only supports the use of *named instances* of SQL server.
162
166
163
167

164
168
165
169
If a failure occurs with a recommendation to restart the machine, do so and click **Check Again**. If there are any SQL configuration issues, reconfigure SQL as per the SQL guidelines and retry to install/upgrade MABS using the existing instance of SQL.
166
170
167
-
> [!NOTE]
168
-
> Azure Backup Server will not work with a remote SQL Server instance. The instance being used by Azure Backup Server needs to be local. In case you are using an existing SQL server for MABS, MABS setup only supports the use of *named instances* of SQL server.
169
-
170
171
**Manual configuration**
171
172
172
173
When you use your own instance of SQL, make sure you add builtin\Administrators to sysadmin role to master DB.
0 commit comments