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