xtrabackup-2.1.2-611安装(二)

2014-11-24 10:55:01 · 作者: · 浏览: 5
e full path of the file can
be specified instead of the list. (See option --tables-file.)
--debug-sleep-before-unlock=SECONDS
This is a debug-only option used by the XtraBackup test suite.
--defaults-file=[MY.CNF]
This option specifies what file to read the default MySQL options
from. The option accepts a string argument. It is also passed
directly to xtrabackup's --defaults-file option. See the xtrabackup
documentation for details.
--defaults-extra-file=[MY.CNF]
This option specifies what extra file to read the default MySQL
options from before the standard defaults-file. The option accepts a
string argument. It is also passed directly to xtrabackup's
--defaults-extra-file option. See the xtrabackup documentation for
details.
--encrypt=ENCRYPTION_ALGORITHM
This option instructs xtrabackup to encrypt backup copies of InnoDB
data files using the algorithm specified in the
ENCRYPTION_ALGORITHM. It is passed directly to the xtrabackup child
process. Try 'xtrabackup --help' for more details.
--encrypt-key=ENCRYPTION_KEY
This option instructs xtrabackup to use the given ENCRYPTION_KEY
when using the --encrypt option. It is passed directly to the
xtrabackup child process. Try 'xtrabackup --help' for more details.
--encrypt-key-file=ENCRYPTION_KEY_FILE
This option instructs xtrabackup to use the encryption key stored in
the given ENCRYPTION_KEY_FILE when using the --encrypt option. It is
passed directly to the xtrabackup child process. Try 'xtrabackup
--help' for more details.
--encrypt-threads
This option specifies the number of worker threads that will be used
for parallel encryption. It is passed directly to the xtrabackup
child process. Try 'xtrabackup --help' for more details.
--encrypt-chunk-size
This option specifies the size of the internal working buffer for
each encryption thread, measured in bytes. It is passed directly to
the xtrabackup child process. Try 'xtrabackup --help' for more
details.
--export
This option is passed directly to xtrabackup's --export option. It
enables exporting individual tables for import into another server.
See the xtrabackup documentation for details.
--extra-lsndir=DIRECTORY
This option specifies the directory in which to save an extra copy
of the "xtrabackup_checkpoints" file. The option accepts a string
argument. It is passed directly to xtrabackup's --extra-lsndir
option. See the xtrabackup documentation for details.
--galera-info
This options creates the xtrabackup_galera_info file which contians
the local node state at the time of the backup. Option should be
used when performing the backup of Percona-XtraDB-Cluster.
--help
This option displays a help screen and exits.
--host=HOST
This option specifies the host to use when connecting to the
database server with TCP/IP. The option accepts a string argument.
It is passed to the mysql child process without alteration. See
mysql --help for details.
--ibbackup=IBBACKUP-BINARY