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