I am experiencing loss of shadow copies, and this is accompanied by eventId 25:
Log Name: System
Source: Volsnap
Date: 8/27/2020 6:41:11 PM
Event ID: 25
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: name.example.com
Description:
The shadow copies of volume D: were deleted because the shadow copy storage could not grow in time. Consider reducing the IO load on the system or choose a shadow copy storage volume that is not being shadow copied.
This article explains that we can use a 3rd party tool, AlphaVSS to override VSS_PROTECTION_LEVEL so the shadow copy provider maintains shadow copies at the expense of I/O to original volume.
Unfortunately, I can't use 3rd party tools like this at my organization :(. Are there other ways to configure this setting (e.g. registry key setting)?
I spent quite some time looking for resources online, but most of them pointed me to the alphavss library.