Setting the Backup Options
Go Up to Backing Up Databases
The Options
property allows you to build backup options of type TBackupOption
into your application. The backup options are:
Option | Meaning |
---|---|
|
Ignore checksums during backup |
|
Ignored limbo transactions during backup |
|
Output backup file for metadata only with empty tables |
|
Suppress normal garbage collection during backup; improves performance on some databases |
|
Output metadata in pre-4.0 format |
|
Output backup file with non-XDR data format; improves space and performance by a negligible amount |
|
Convert external table data to internal tables |