Table of Contents

Enum BackupExecEnterpriseVaultBackupType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Enterprise Vault backup type.

public enum BackupExecEnterpriseVaultBackupType

Fields

Differential = 3

An differential backup is performed that backs up changes since the last full backup.

Full = 1

A full backup is performed.

FullCopy = 4

A full copy backup is performed.

Incremental = 2

An incremental backup is performed that backs up changes since the last full or incremental backup.

Unknown = 0

The backup type is unknown.