Skip to content

Commit ca8038e

Browse files
author
David Curwin
committed
add step
1 parent f16d589 commit ca8038e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,14 @@ We recommend that you check the following before you start troubleshooting Micro
8686
- The backup service will mark these files as failed in the log file, with the following naming convention: *LastBackupFailedFilesxxxx.txt* under the *C:\Program Files\Microsoft Azure Recovery Service Agent\temp* folder.
8787
- To resolve the issue, review the log file to understand the nature of the issue:
8888

89-
| Error code | Reasons | Recommendations |
90-
| ---------------------- | --------------------------------------------------- | ------------------------------------------------------------ |
91-
| 0x80070570 | The file or directory is corrupted and unreadable. | Run **chkdsk** on the source volume. |
92-
| 0x80070002, 0x80070003 | The system cannot find the file specified. | [Ensure the scratch folder isn't full](https://docs.microsoft.com/azure/backup/backup-azure-file-folder-backup-faq#manage-the-backup-cache-folder) <br><br> Check if the volume where scratch space is configured exists (not deleted) <br><br> [Ensure the MARS agent is excluded from the antivirus installed on the machine](https://docs.microsoft.com/azure/backup/backup-azure-troubleshoot-slow-backup-performance-issue#cause-another-process-or-antivirus-software-interfering-with-azure-backup) |
93-
| 0x80070005 | Access Is Denied | [Check if antivirus or other third-party software is blocking access](https://docs.microsoft.com/azure/backup/backup-azure-troubleshoot-slow-backup-performance-issue#cause-another-process-or-antivirus-software-interfering-with-azure-backup) |
94-
| 0x8007018b | Access to the cloud file is denied. | OneDrive files, Git Files, or any other files that can be in offline state on the machine |
89+
| Error code | Reasons | Recommendations |
90+
| ---------------------- | --------------------------------------------------- | ------------------------------------------------------------ |
91+
| 0x80070570 | The file or directory is corrupted and unreadable. | Run **chkdsk** on the source volume. |
92+
| 0x80070002, 0x80070003 | The system cannot find the file specified. | [Ensure the scratch folder isn't full](https://docs.microsoft.com/azure/backup/backup-azure-file-folder-backup-faq#manage-the-backup-cache-folder) <br><br> Check if the volume where scratch space is configured exists (not deleted) <br><br> [Ensure the MARS agent is excluded from the antivirus installed on the machine](https://docs.microsoft.com/azure/backup/backup-azure-troubleshoot-slow-backup-performance-issue#cause-another-process-or-antivirus-software-interfering-with-azure-backup) |
93+
| 0x80070005 | Access Is Denied | [Check if antivirus or other third-party software is blocking access](https://docs.microsoft.com/azure/backup/backup-azure-troubleshoot-slow-backup-performance-issue#cause-another-process-or-antivirus-software-interfering-with-azure-backup) |
94+
| 0x8007018b | Access to the cloud file is denied. | OneDrive files, Git Files, or any other files that can be in offline state on the machine |
95+
96+
- You can use [Add Exclusion rules to existing policy](https://docs.microsoft.com/azure/backup/backup-azure-manage-mars#add-exclusion-rules-to-existing-policy) to exclude unsupported, missing or deleted files from your backup policy to ensure successful backups.
9597

9698
## Failed to set the encryption key for secure backups
9799

0 commit comments

Comments
 (0)