Enum BackupExecTaskType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the task type.
public enum BackupExecTaskType
Fields
ConvertBackupToVirtual = 8
The task is a convert backup to virtual task.
ConvertToVirtual = 7
The task is a convert to virtual task.
CustomBackup = 5
The task is a custom backup.
DelayedCatalog = 10
The task is a delayed catalog task.
Differential = 16
The task is a differential backup task.
Duplicate = 6
The task is a duplicate task.
ExportMediaToVault = 11
The task is a export media to vault task.
Full = 3
The task is a full backup.
Incremental = 14
The task is an incremental backup task.
IndependentFull = 4
The task is an independant full backup.
None = 1
The task type is none.
OnetimeBackup = 2
The task is a one time backup.
SyntheticFull = 15
The task is a synethetic full backup.
TestRun = 12
The task is a test run task.
Unknown = 0
The backup task type is unknown.
Verify = 9
The task is a verify task.
VirtualToVirtualReplication = 13
The task is a virtual to virtual replication task.