| Version |
DBTools version number. |
| output_dir |
Path to the output directory. For example:
|
| connectparms |
Parameters needed to connect to the database. They take the form of connection strings, such as the following:
The database server would be started by the connection string START parameter. For example:
A full example connection string including the START parameter:
For a list of connection parameters, see Connection parameters.
|
| confirmrtn |
Callback routine for confirming an action. |
| errorrtn |
Callback routine for handling an error message. |
| msgrtn |
Callback routine for handling an information message. |
| statusrtn |
Callback routine for handling a status message. |
| backup_database |
Back up the database file (1) or not (0). |
| backup_logfile |
Back up the transaction log file (1) or not (0). |
| no_confirm |
Operate with (0) or without (1) confirmation. |
| quiet |
Operate without printing messages (1), or print messages (0). |
| rename_log |
Rename the transaction log. |
| truncate_log |
Delete the transaction log. |
| rename_local_log |
Rename the local backup of the transaction log. |
| server_backup |
When set to 1, indicates backup on server using BACKUP DATABASE. Equivalent to dbbackup -s option. |
| hotlog_filename |
File name for the live backup file. |
| backup_interrupted |
Indicates that the operation was interrupted. |
| chkpt_log_type |
Control copying of checkpoint log. Must be one of BACKUP_CHKPT_LOG_COPY, BACKUP_CHKPT_LOG_NOCOPY, BACKUP_CHKPT_LOG_RECOVER,BACKUP_CHKPT_LOG_AUTO,
or BACKUP_CHKPT_LOG_DEFAULT.
|
| page_blocksize |
Number of pages in data blocks. Equivalent to dbbackup -b option. If set to 0, then the default is 128. |