bareos: master 3ae6aa73

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2016-06-13 19:43 master f71bbee7 Pending
Changeset vss: Remove SetBackupSucceeded fallback code.

IVssBackupComponents::SetBackupSucceeded method only needs to be called
when explicit entries are added to the backup snapshotset using the
IVssBackupComponents::AddComponent method. As we only have implicit
entries as we don't call IVssBackupComponents::AddComponent there is no
need to call IVssBackupComponents::SetBackupSucceeded at all.

If we finish our VSS plugin that will handle this part of the VSS API.
mod - src/filed/backup.c Diff File
mod - src/filed/fd_plugins.h Diff File
mod - src/plugins/filed/bareos_fd_consts.py Diff File
mod - src/win32/filed/vss_generic.c Diff File
mod - src/win32/include/vss.h Diff File