IDedupBackupSupport interface (ddpbackup.h)

Provides a method for restoring a file from a backup store containing copies of Data Deduplication reparse points, metadata, and container files.

Inheritance

The IDedupBackupSupport interface inherits from the IUnknown interface. IDedupBackupSupport also has these types of members:

Methods

The IDedupBackupSupport interface has these methods.

 
IDedupBackupSupport::RestoreFiles

Reconstructs a set of files from a backup store that contains the fully optimized version of the files (reparse points) and the Data Deduplication store.

Remarks

A backup application uses the IDedupBackupSupport interface to drive the restore process for a select file from a backup store that contains the fully optimized version of the file (reparse point) and the Data Deduplication store.

This interface is not useful when the backup store contains a copy of the original, non-optimized file.

Applications that use the IDedupBackupSupport interface must also implement the IDedupReadFileCallback interface.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header ddpbackup.h

See also

IDedupReadFileCallback