Skip to content

Commit 5541600

Browse files
authored
Merge pull request #113362 from dcurwin/a-april30-2020
Two MARS changes
2 parents 9d7ee78 + 3a8330f commit 5541600

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/backup/backup-azure-about-mars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ The MARS agent supports the following restore scenarios:
4444

4545
### Additional information
4646

47-
- The **Initial Backup** (first backup) runs according to your backup settings. The MARS agent uses VSS to take a point-in-time snapshot of the volumes selected for backup. The agent only uses Windows system write operations to capture the snapshot. It doesn't use any application VSS writers, and it doesn't capture app-consistent snapshots. After taking the snapshot with VSS, the MARS agent creates a virtual hard disk (VHD) in the cache folder you specified when you configured the backup. The agent also stores checksums for each data block.
47+
- The **Initial Backup** (first backup) runs according to your backup settings. The MARS agent uses VSS to take a point-in-time snapshot of the volumes selected for backup. The agent only uses the Windows System Writer operation to capture the snapshot. It doesn't use any application VSS writers, and doesn't capture app-consistent snapshots. After taking the snapshot with VSS, the MARS agent creates a virtual hard disk (VHD) in the cache folder you specified when you configured the backup. The agent also stores checksums for each data block.
4848

4949
- **Incremental backups** (subsequent backups) run according to the schedule you specify. During incremental backups, changed files are identified and a new VHD is created. The VHD is compressed and encrypted, and then it's sent to the vault. After the incremental backup finishes, the new VHD is merged with the VHD created after the initial replication. This merged VHD provides the latest state to be used for comparison for ongoing backup.
5050

51-
- The MARS agent can run the backup job in **optimized mode** using a USN (update sequence number) change journal, or **unoptimized mode** by checking for changes in directories or files via scanning the entire volume. Unoptimized mode is slow because the agent has to scan each file on the volume and compare it against the metadata to determine the changed files. The **Initial backup** will always run in unoptimized mode. If the previous backup failed, then the next scheduled backup job will run in optimized mode.
51+
- The MARS agent can run the backup job in **optimized mode** using the USN (Update Sequence Number) change journal, or in **unoptimized mode** by checking for changes in directories or files via scanning the entire volume. Unoptimized mode is slower because the agent has to scan each file on the volume and compare it against the metadata to determine the changed files. The **Initial backup** will always run in unoptimized mode. If the previous backup failed, then the next scheduled backup job will run in unoptimized mode.
5252

5353
### Additional scenarios
5454

articles/backup/backup-azure-restore-system-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Once you have recovered System State as files using Azure Recovery Services Agen
118118
119119
2. After the reboot, open the Windows Server Backup snap-in. If you don't know where the snap-in was installed, search the computer or server for **Windows Server Backup**.
120120
121-
The desktop app appears in the search results.
121+
The desktop app appears in the search results. If it doesn't appear, or you encounter errors when opening the application, you must install the **Windows Server Backup Features**, and dependent components below it, that are available in the **Add Features Wizard** in **Server Manager**.
122122
123123
3. In the snap-in, select **Local Backup**.
124124

0 commit comments

Comments
 (0)