Understand and troubleshoot backing up open files with Windows VSS

This article applies to all products.png

Overview

The CrashPlan app supports backing up open files in Windows by using the Volume Shadow Service (VSS) that is built into the operating system. This is the same service that Windows' built-in backup application, NT Backup, uses. This article describes:

  • The technical details about how the CrashPlan app and VSS work together
  • The limitations of this approach
  • Recommended solutions for errors associated with VSS

Under the hood

At a high-level, the CrashPlan app coordinates with VSS to back up open files as follows:

  1. The CrashPlan app starts to back up.
  2. The CrashPlan app fails to back up an open file.
  3. The CrashPlan app requests a snapshot from VSS for all local drives.
  4. VSS sends a freeze to all registered “writers,” such as, Exchange, Outlook, and SQL Server.
  5. Writers flush their state to disk.
    If an application isn't a known writer then it may or may not work. The application isn't given a chance to flush its state to disk. The snapshot will be exactly as it exists on disk.
  6. VSS creates snapshot.
  7. VSS provides the CrashPlan app with details to access the new snapshot.
  8. The CrashPlan app backs up ALL files using the snapshot until it reaches a file that has changed since the snapshot was created or the backup session finishes.

For more details, see the TechNet article from Microsoft MSDN.

Considerations

Using VSS allows the CrashPlan app to back up open files. However, VSS has some restrictions and limitations. For example, the program writing to the open file needs to support VSS, not just the CrashPlan app. In addition, the following conditions must exist for VSS to be successful:

  • VSS must be enabled
  • There must be devices enabled and associated to the VSS.
  • The Windows user account must have full access to VSS.
  • Only local disks are supported.
  • An NTFS partition must exist on an internal drive, with at least 100 MB free space for the shadow copies.
  • Free space must be available on drives containing locked files.

In addition, VSS is known to fail if there is too much disk activity.

You may see the message “Unable to backup n files” in the history log if the CrashPlan app is unable to back up an open file via VSS. If this occurs, the CrashPlan app will try again later and may succeed if the file has been closed.

Applications known to fail

These applications don't appear to work well with VSS:

While the file(s) may back up, they might not restore to a state that the application can use. We suggest closing these applications before backing up. Alternatively, you can use a known method for creating a backup of the application files, then use the CrashPlan app to back up the backup. 

Limitations when installed per user

When you install per user, the CrashPlan app has the same level of access as the user account, so it does not have full access to VSS. Files that are left open may not back up regularly. If files are not backing up you will see the message “Unable to backup n files” in the history log. If this occurs, the CrashPlan app will try again later; if the file is closed, then backup will succeed.

Supported versions of Windows

Any 64-bit version of Windows that meets the CrashPlan app system requirements supports VSS.

Unable to back up files

If your backup never reaches 100%, or you see the message "unable to back up n files" in your history log, consult our Unable to back up files with CrashPlan (Windows) troubleshooting article.

Failing to back up open files and 0x8004230f error displays in logs

If you see the following in your logs:


Volume C:\ not supported. COM object method returns error code: **0x8004230F**

This is an unexpected provider error from Microsoft VSS. The Microsoft default provider is very reliable, so a 3rd party VSS provider may be causing the issue.

This error may be caused by the following:

  • TrueCrypt encrypted drives
  • Disk partitioning utilities like Acronis (cloning process may cause VSS system to fail)
  • Defragmentation running at the same time

First make sure that you have DEP for essential Windows programs and services only enabled:

  1. Right-click the Windows Start Menu.
  2. Select System.
  3. Click Advanced system settings.
    If prompted, enter your administrator password or confirmation.
  4. Under Performance, click Settings.
  5. Select the Data Execution Prevention tab.
  6. If necessary, click Turn on DEP for essential Windows programs and services only.
  7. Click OK, and close System Properties.

If you continue seeing the error, then log on to Windows as an administrator, and enter the following commands into Windows Command Prompt:

Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 vss_ps.dll
Vssvc /Register
regsvr32 /i swprv.dll
regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll

If that doesn't work, send our support engineers the results of the following commands (cmd.exe):

C:\> vssadmin list providers
C:\> vssadmin list shadows
C:\> vssadmin list writers

External resources

Was this article helpful?
0 out of 0 found this helpful

Articles in this section

See more