| Name | Description |
| vssBackupTypeCopy |
This correlates to {@code 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.
|
| vssBackupTypeFull |
This correlates to {@code VSS_BT_FULL}, whereby a full backup is requested, regardless of whether files have been marked as backed up or not.
|
| vssBackupTypeUnknown |
The value to be used when the older version client cannot recognize the enum value.
|