How to Install and Uninstall mylvmbackup Package on openSUSE Leap

Last updated: May 18,2024

1. Install "mylvmbackup" package

Please follow the instructions below to install mylvmbackup on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install mylvmbackup

2. Uninstall "mylvmbackup" package

Please follow the guidelines below to uninstall mylvmbackup on openSUSE Leap:

$ sudo zypper remove mylvmbackup

3. Information about the mylvmbackup package on openSUSE Leap

Information for package mylvmbackup:
------------------------------------
Repository : Main Repository
Name : mylvmbackup
Version : 0.16-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 97.9 KiB
Installed : No
Status : not installed
Source package : mylvmbackup-0.16-bp155.2.9.src
Upstream URL : http://www.lenzg.net/mylvmbackup/
Summary : Utility for creating MySQL backups via LVM snapshots
Description :
mylvmbackup is a script 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.