DpVssBackupType_enum

DpVssBackupType_enum
DpVssBackupType_enum

Indicates the backup type for a VSS snapshot.

Applicable only for windows VMs. Refer to VSS_BACKUP_TYPE enumeration on MSDN.

Possible values:

  • vssBackupTypeFull: This correlates to VSS_BT_FULL, whereby a full backup is requested, regardless of whether files have been marked as backed up or not.
  • vssBackupTypeCopy: This correlates to VSS_BT_COPY, whereby files on disk will be copied, regardless of the state of each file's backup history, and the backup history will not be updated.
  • vssBackupTypeUnknown: The value to be used when the older version client cannot recognize the enum value.
This data structure has no properties.
Enumeration: vssBackupTypeFull, vssBackupTypeCopy, vssBackupTypeUnknown,