Challenge
Backup Job for a server being backed up by Veeam Agent for Windows displays the following warning:Collecting recovery media files Details: This access control list is not in canonical form and therefore cannot be modified.
Solution
To resolve this issue the following registry value must be added to the server that is being backed up, and Veeam Agent for Microsoft Windows service must be restarted afterward to apply the new value.
Location | HKLM\SOFTWARE\Veeam\Veeam Endpoint Backup\ |
Type | String Value |
Name | RecoveryImageTempPath |
Value | C:\Temp |
How to apply the solution.
- Open Registry Editor (Run: regedit)
- Navigate to HKLM\SOFTWARE\Veeam\Veeam Endpoint Backup\
- Add a New>String Value
- Name it RecoveryImageTempPath
- Set the value data to be C:\Temp
- Restart the Veeam Agent for Microsoft Windows service (PowerShell: Restart-Service -Name VeeamEndpointBackupSvc )