These options control the generation of metadata about backups.
Some metadata is stored in the backup directory, other metadata
is stored in tables within the mysql database
of the backed-up instance.
--no-history-logging
Turns off the recording of backup progress and history in logging tables inside the backed-up database. See Section 7.4, “Using the MySQL Enterprise Backup Logs” for details about these tables.
Default: history logging is enabled. When
--no-connection is specified, history
logging is automatically disabled. When
--connect-if-online is specified, history
logging only works if a database connection is successfully
established during the backup.
--comments-file=PATH
Specify path to a file containing comments describing the
backup. This file is saved as
meta/comments.txt in the backup. For
example:
--comments-file=/path/to/comments.txt.
This option overrides the
--comments option if both are
specified.

User Comments
Add your own comment.