Table of Contents

Enum BackupExecSharePointBackupType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Microsoft SharePoint backup type.

public enum BackupExecSharePointBackupType

Fields

Differential = 3

Differential – Back up databases changed since the last full.

DifferentialBlockLevel = 4

Differential (block-level) – Back up databases changed since the last full.

Full = 1

Full – Back up databases.

FullCopy = 2

Full Copy – Back up databases (copy).

Incremental = 5

Incremental (block-level) – Back up database changes since the last full or incremental.

Log = 6

Log – Back up and truncate transaction log.

Unknown = 0

The backup type is unknown.