Enum BackupExecEnterpriseVaultBackupType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Enterprise Vault backup type.
public enum BackupExecEnterpriseVaultBackupType
Fields
Differential = 3An differential backup is performed that backs up changes since the last full backup.
Full = 1A full backup is performed.
FullCopy = 4A full copy backup is performed.
Incremental = 2An incremental backup is performed that backs up changes since the last full or incremental backup.
Unknown = 0The backup type is unknown.