Hi,
What backup tool did you use? If you use windows server backup, will the same issue happen?
Where is your backup destination, location disk or external drive?
- Snapshot creation may fail if file system errors are encountered. You can perform error checking on a volume by running chkdsk /f or chkdsk /r on it.
For example, to check the C: drive, open an Administrator Command Prompt and run the following command:
chkdsk c: /f
Make sure to check each partition that is being backed up. - VSS only supports NTFS formatted volumes. Use PHYLock instead of VSS if the volume is not formatted NTFS. As an example, a Dell utility partition being included in the backup can cause VSS to fail. Exclude the partition from the backup.
- Ensure the system is not running another service using the VSS provider at the same time as the backup is to be run. The VSS provider may not support multiple snapshots being created at the same time.
- Ensure the system isn't in setup mode by checking the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\Setup
The values SystemSetupInProgress and UpgradeInProgress should be set to 0 (zero) or not exist. - If the problem started after installing a new program or service, try uninstalling the new program or service to resolve the problem.
- Providers that are created by parties other than Microsoft may cause problems.
To view the list of installed providers, open an Administrator Command Prompt (right click command prompt and choose run as administrator) and run the following command:
vssadmin list providers
Consider uninstalling the software that installed any of the third party providers you find and try the backup again. - Please try to restart the Hyper-V VMMS service and check the status of VSS writer again.
If the vss writer remains in a failed state, find registry of Hyper-V recreate the Hyper- V VSS writer registry, backup, delete and import a new one from a working computer to see the result.
Thanks for your time!
Best Regards,
Mico Mi
-----------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.