I am happy to announce that a new version (0.9) of mylvmbackup has been released. This is the first
release since the source code has been moved from Subversion to
Bazaar and is now hosted on Launchpad.net. I would like to thank Robin H.
Johnson and Patrick Hahn for providing the patches that
contributed to this new release!
mylvmbackup is a tool for quickly creating backups of MySQL
server's data files. To perform a backup, mylvmbackup obtains a
read lock on all tables and flushes all server caches to disk,
makes an LVM snapshot of the volume containing the MySQL data
directory, and unlocks the tables again. The snapshot process
takes only a small amount of time. When it is done, the server
can continue normal operations, while the actual file backup
proceeds.
From the …
[Read more]