[+/-]
These options represent the major operations or modes for the mysqlbackup command. Only one can be specified for each mysqlbackup invocation, it must always be the last option on the command line, and the name is not preceded by any dashes.
Each of these major options has its own set of required or
allowed command parameters. For example, the
backup* options require connection information
to the database server. The apply-log, and
other options that operate on the backup data after it is
produced, require options to specify where the backup data is
located.
The major groups of subcommands are:
Backup operations: backup,
backup-and-apply-log,
backup-to-image
Apply operations: apply-log,
apply-incremental-backup
Restore operations: copy-back
Single-file backup operations:
image-to-backup-dir,
backup-dir-to-image,
list-image,
extract

User Comments
Starting with MEB 3.7 there is also a single file backup validate command that can verify the integrity of your backup files.
Add your own comment.