10.8.2.  B tpm Options

--backup-directory

Option--backup-directory
Aliases--repl-backup-directory
Config File Optionsbackup-directory, repl-backup-directory
DescriptionPermanent backup storage directory
Value Typestring
Default{home directory}/backups

--backup-dump-directory

Option--backup-dump-directory
Aliases--repl-backup-dump-directory
Config File Optionsbackup-dump-directory, repl-backup-dump-directory
DescriptionBackup temporary dump directory
Value Typestring
Default/tmp

--backup-method

Option--backup-method
Aliases--repl-backup-method
Config File Optionsbackup-method, repl-backup-method
DescriptionDatabase backup method
Value Typestring
Valid Valuesebs-snapshot 
 file-copy-snapshot 
 mariabackupUse mariabackup (Available from v7.0.0 only)
 mariabackup-incrementalUse mariabackup (Available from v7.0.0 only)
 mysqldumpUse mysqldump
 none 
 scriptUse a custom script
 xtrabackupUse Percona XtraBackup
 xtrabackup-fullUse Percona XtraBackup Full
 xtrabackup-incrementalUse Percona XtraBackup Incremental

The default, if not supplied, will be dependant on the enviroment. During installation tpm will detect which tools are available, favouring xtrabackup-full (or mariabackup-full). If not found, then mysqldump will be the default.

--backup-online

Option--backup-online
Aliases--repl-backup-online
Config File Optionsbackup-online, repl-backup-online
DescriptionDoes the backup script support backing up a datasource while it is ONLINE
Value Typeboolean
Defaultfalse
Valid Valuesfalse 
 true 

--backup-options

Option--backup-options
Config File Optionsbackup-options
DescriptionSpace separated list of options to pass directly to the underlying backup binary in use.
Value Typestring
Options passed are not validated by Tungsten. They are specific to the backup binary you choose to use and therefore you must ensure accuracy in syntax.

--backup-retention

Option--backup-retention
Aliases--repl-backup-retention
Config File Optionsbackup-retention, repl-backup-retention
DescriptionNumber of backups to retain
Value Typenumeric
Default3

--backup-script

Option--backup-script
Aliases--repl-backup-script
Config File Optionsbackup-script, repl-backup-script
DescriptionWhat is the path to the backup script
Value Typestring

--batch-enabled

Option--batch-enabled
Config File Optionsbatch-enabled
DescriptionShould the replicator service use a batch applier
Value Typeboolean
Defaultfalse
Valid Valuesfalse 
 true 

--batch-load-language

Option--batch-load-language
Config File Optionsbatch-load-language
DescriptionWhich script language to use for batch loading
Value Typestring
Defaultsql
Valid ValuesjsJavaScript
 sqlSQL

--batch-load-template

Option--batch-load-template
Config File Optionsbatch-load-template
DescriptionValue for the loadBatchTemplate property
Value Typestring
Defaultmysql
Valid Valuesdonothing 
 file 
 hadoop 
 hadoop_basefs 
 hadoop_kerberos 
 hadoop_single 
 hdfs 
 mysql 
 postgres 
 redshift 
 redshift_singleschema 
 s3 
 vertica 
 vertica_singleschema 

--blockCommitPolicy

Option--blockCommitPolicy
Config File OptionsblockCommitPolicy
DescriptionSets the commit policy of the replicator.
Value Typenumeric
Defaultstrict
Valid Valueslaxlax
 strictstrict

When set to the default (strict) the replicator will commit blocks on service name changes, multiple fragments in a transaction, or unsafe_for_block_commit

This property must be prefixed with property=:

property=replicator.stage.q-to-dbms.blockCommitPolicy

--bridgeServerToClientForcedCloseTimeout

Option--bridgeServerToClientForcedCloseTimeout
Config File OptionsbridgeServerToClientForcedCloseTimeout
DescriptionAdjust the timeout for Bridge Mode to force close connections (supplied in ms)
Value Typenumeric
Default50

This property must be prefixed with property=:

property=bridgeServerToClientForcedCloseTimeout

--buffer-size

Option--buffer-size
Aliases--repl-buffer-size
Config File Optionsbuffer-size, repl-buffer-size
DescriptionReplicator queue size between stages (min 1)
Value Typenumeric
Default10