Enum BackupExecSharePointBackupType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Microsoft SharePoint backup type.
public enum BackupExecSharePointBackupType
Fields
Differential – Back up databases changed since the last full.
Differential (block-level) – Back up databases changed since the last full.
Full – Back up databases.
Full Copy – Back up databases (copy).
Incremental (block-level) – Back up database changes since the last full or incremental.
Log – Back up and truncate transaction log.
The backup type is unknown.