mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
For testing. Use VSS Copy backup type.
This commit is contained in:
parent
5ba86c4556
commit
3f167eba67
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user