Logoj0ke.net Open Build Service > Projects > server:backup > mylvmbackup > Meta
Sign Up | Log In

Meta Configuration of Package mylvmbackup

 
1
<package name="mylvmbackup" project="server:backup">
2
  <title>Utility for creating MySQL backups via LVM snapshots</title>
3
  <description>mylvmbackup is a script for quickly creating backups of MySQL server's data
4
files. To perform a backup, mylvmbackup obtains a read lock on all tables and
5
flushes all server caches to disk, makes an LVM snapshot of the volume
6
containing the MySQL data directory, and unlocks the tables again. The snapshot
7
process takes only a small amount of time. When it is done, the server can
8
continue normal operations, while the actual file backup proceeds.
9
10
</description>
11
  <person userid="hostmaster" role="bugowner"/>
12
  <person userid="hostmaster" role="maintainer"/>
13
  <url>http://www.lenzg.net/mylvmbackup/</url>
14
</package>
15