https://github.com/dominikschulz/mtk-myb
Mysql Backup Script
https://github.com/dominikschulz/mtk-myb
mysql mysql-backup perl
Last synced: 2 months ago
JSON representation
Mysql Backup Script
- Host: GitHub
- URL: https://github.com/dominikschulz/mtk-myb
- Owner: dominikschulz
- Created: 2012-12-26T13:35:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T10:35:09.000Z (over 11 years ago)
- Last Synced: 2026-01-15T08:09:18.800Z (5 months ago)
- Topics: mysql, mysql-backup, perl
- Language: Perl
- Size: 208 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
This is the README file for MTK-MYB, a MySQL Backup tool.
## Description
MTK-MYB provides a MySQL backup tool.
This application was written with a focus on logging and
monitoring. It comes with several addons for monitoring and
reporting as well as backup integrity checks.
There is also a centralized implementation available as
MTK-MYB-CNC.
## Installation
This package uses Dist::Zilla.
Use
dzil build
to create a release tarball which can be
unpacked and installed like any other EUMM
distribution.
perl Makefile.PL
make
make test
make install
## Documentation
Please see perldoc MTK::MYB.