Enum BackupExecSqlBackupType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the SQL backup type.
public enum BackupExecSqlBackupType
Fields
Automatic = 1Automatic – Back up transaction log if enabled and then back up database changes since the last full or incremental.
DatabaseSnapshot = 9Database Snapshot – Read-only point-in-time copy of databases.
Differential = 7Differential – Back up database changes since last full.
DifferentialBlockLevel = 8Differential (block-level) – Backup database changes since last full – use with convert to virtual machine job.
Full = 2Full – Back up databases.
FullCopy = 3Full Copy – Back up databases (copy).
Incremental = 6Incremental (block–level) – Back up database changes since the last full or incremental – use with convert to virtual machine job.
Log = 4Log – Back up and truncate transaction log.
LogNoTruncate = 5Log No Truncate – Back up without truncating the transaction log.
Unknown = 0The backup type is unknown.