< Home - < Back

mylvmbackup


Information about the package, mylvmbackup, which is shipped with common Linux distributions. The mylvmbackup package is designed for, Utility for creating MySQL backups via LVM snapshots.


Package Name:

mylvmbackup

Summary:

Utility for creating MySQL backups via LVM snapshots

Description:

mylvmbackup is a tool for quickly creating full physical backups of a 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.

Architecture:

noarch

Version:

0.16

Release:

1.el6

Size:

45 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for mylvmbackup


Control the mylvmbackup package with the following handy commands outlined below.


Command

Description of Command

yum install mylvmbackup

This command will install mylvmbackup on the server.

yum remove mylvmbackup

This command will un-install mylvmbackup on the server. When you run this command, you will be asked if you are sure that you want to remove mylvmbackup, so you have to manually confirm that you want to do this.

yum -y remove mylvmbackup

This command will un-install mylvmbackup on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mylvmbackup when using the -y flag.

yum update mylvmbackup

This command will update mylvmbackup to the latest version. When you run this command, you will be asked if you are sure that you want to remove mylvmbackup, so you have to manually confirm that you want to do this.

yum -y update mylvmbackup

This command will update mylvmbackup to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mylvmbackup when using the -y flag.

yum info mylvmbackup

This command will show you core information about the mylvmbackup package.

yum deplist mylvmbackup

This command will show you the dependencies for mylvmbackup. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update mylvmbackup

This command will check if there is an update waiting on mylvmbackup. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.