Table of Contents

Enum BackupExecSqlBackupType

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

Represents the SQL backup type.

public enum BackupExecSqlBackupType

Fields

Automatic = 1

Automatic – Back up transaction log if enabled and then back up database changes since the last full or incremental.

DatabaseSnapshot = 9

Database Snapshot – Read-only point-in-time copy of databases.

Differential = 7

Differential – Back up database changes since last full.

DifferentialBlockLevel = 8

Differential (block-level) – Backup database changes since last full – use with convert to virtual machine job.

Full = 2

Full – Back up databases.

FullCopy = 3

Full Copy – Back up databases (copy).

Incremental = 6

Incremental (block–level) – Back up database changes since the last full or incremental – use with convert to virtual machine job.

Log = 4

Log – Back up and truncate transaction log.

LogNoTruncate = 5

Log No Truncate – Back up without truncating the transaction log.

Unknown = 0

The backup type is unknown.