For testing. Use VSS Copy backup type.

This commit is contained in:
Martin 2014-06-25 21:34:59 +02:00
parent 5ba86c4556
commit 3f167eba67

View File

@ -1493,7 +1493,7 @@ bool IndexThread::start_shadowcopy(SCDirs *dir, bool *onlyref, bool allow_restar
CHECK_COM_RESULT_RELEASE(backupcom->InitializeForBackup());
CHECK_COM_RESULT_RELEASE(backupcom->SetBackupState(FALSE, TRUE, VSS_BT_FULL, FALSE));
CHECK_COM_RESULT_RELEASE(backupcom->SetBackupState(FALSE, TRUE, VSS_BT_COPY, FALSE));
IVssAsync *pb_result;