Problem
When performing a Windows ASR (Automatic System Recovery) backup, NetWorker aborts the VSS-based volume save with the message:
ASR Backup: aborting VSS volume save because Quit flag is set.
Additional log context typically includes:
Quit signal received"Handling an abort while processing Windows backup"Failure in obtaining VSS MBS (Microsoft Backup Services) status
Solution
1. Validate VSS Health & Shadow Copies
On the client system, open an elevated Command Prompt and run:
vssadmin list writers vssadmin list shadows
Confirm all writers are in a Stable state.
If stale shadows are listed, delete them with:
vssadmin delete shadows /all
Test manual snapshot creation to validate VSS functionality:
vssadmin create shadow /for=C:
If manual snapshots fail or writers are unstable, address those issues first.
Ensure Adequate Free Disk Space
Confirm that the volume has at least 10–15% free space to support snapshot creation.
Check Network Connectivity & Name Resolution
Run an echo request How-to check NetWorker client connectivity for UTORrecover and fix any errors.
Check
daemon.rawandnsr_render_logon the NetWorker client (Windows host). Look for the "Quit signal received" and what precedes it.Inspect the Windows Event Logs and specific VSS logs around the time of failure.