Documentation Home
MySQL Enterprise Backup 9.4 User's Guide
Related Documentation Download this Manual
PDF (US Ltr) - 1.3Mb
PDF (A4) - 1.3Mb


20.5 Metadata Options

These options control the generation of metadata about backups. Some metadata is stored in the backup directory, other metadata is stored in tables within themysql 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 server. SeeSection 17.3, “Using the MySQL Enterprise Backup Logs” for details about these tables.

    Default: history logging is enabled.

  • --comments=STRING

    Command-Line Format--comments=STRING
    TypeString

    Specifies a comment string that describes or identifies the backup. Surround multi-word comments with appropriate quotation marks. The string is saved in a filemeta/comments.txt in the backup. For example:--comments="Backup of HR data on 2010/12/10".

  • --comments-file=PATH

    Command-Line Format--comments-file=PATH
    TypeFile name

    Specifies path to a file containing comments describing the backup. This file is saved asmeta/comments.txt in the backup. For example:--comments-file=/path/to/comments.txt.

    This option overrides the--comments option if both are specified.