MySQL Enterprise Backup (MEB) is the ideal solution for backing
up MySQL databases. MEB 3.8.2 is released in June 2013.
MySQL Enterprise Backup 3.8.2 release’s main goal is to improve
usability. With this release, users can know the progress of
backup completed both in terms of size and as a percentage of the
total. This release also offers options to be able to manage the
behavior of MEB in case the space on the secondary storage is
completely exhausted during backup.
The progress indicator is a (short) string that indicates how far
the execution of a time-consuming MEB command has progressed. It
consists of one or more "meters" that measures the progress of
the command. There are two options introduced to control the
progress reporting function of mysqlbackup command (1)
–show-progress (2) –progress-interval.
The user can control the progress indicator by using
“--show-progress” option in …
[Read more]