Enum BackupExecFileSystemBackupType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the file system backup type.
public enum BackupExecFileSystemBackupType
Fields
Differential = 3Differential - Back up changed files since last full
Full = 1Full - Backup all files.
FullCopy = 4Full Copy – Back up files (copy)
Incremental = 2Incremental - Back up changed files since the last full or incremental
Unknown = 0The backup type is unknown.