Skip to end of metadata
Go to start of metadata

How much space does VSS need to create and maintain a snapshot?

Symptom


How much space is required for the VSS Snapshot on a Windows host?
My drive is more than 1 GB free. I set MS Shadow Copy to use no more than 500 MB.

I have this error during backup:

AGENT: Closing connection: Backup Failed (void \__thiscall BackupRequest::execute(void):-) AGENT: Error during the last asynchronous operation (0x8004231f): VSS_E_INSUFFICIENT_STORAGE \ (void \__thiscall VssClient::WaitAndCheckForAsyncOperation

Cause


The size of the snapshot made by the Volume Shadow Copy service (a function of Microsoft Windows that we utilize in our product, but is not part of our product) is determined by the size of the volume and how much data has changed since the last snapshot was made. This could be anywhere from a few hundred Megabytes, to tens of Gigabytes on a really busy server.

Limiting the Shadow Copy service to 500 MB does not mean that the Shadow Copy has to do all its work within that limit, because the snapshot is going to be as large as it has to be. You are essentially setting a quota, and when it reaches that quota and the snapshot is not finished, it fails with the error that we are seeing. That error doesn't tell us how much space was needed vs. how much space was available, so all we really know is that it requires more space than what is available.

Resolution


There is no way to tell how much space a shadow copy will use before it is made. If you deleted some existing snapshots the other day, it may have freed up enough space to get a successful backup or two.

The Shadow Copy should not be quite as large as the CDP Server snapshot because there is some overhead in our map files, etc.

Related Articles


Page: Error - Backups of MS SQL Server and Databases using MS SQL Addon not Working (Knowledge Base) Labels: mssql, sql, vss_writer, vss
Page: How much space does VSS need to create and maintain a snapshot? (Knowledge Base) Labels: vss
Page: How to view a Microsoft VSS snapshot in Windows File Explorer (Knowledge Base) Labels: vss, shadow, copy, vssadmin
Page: Multi Volume Shadow Copy with Windows Agents (Knowledge Base) Labels: vss, multi-volume, snapshot, shadow, copy
Page: Verifying VSS Works Correctly (Knowledge Base) Labels: vss, shadow_copy, ntbackup, wsbackup, snapshot
Page: How VSS Is Used By CDP (Knowledge Base) Labels: windows, vss
Labels:
vss vss Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.