mydumper/debian/control

49 lines
2.0 KiB
Plaintext
Raw Normal View History

2017-01-18 01:09:19 +01:00
Source: mydumper
Section: database
Priority: extra
Maintainer: Mateusz Kijowski <mateusz.kijowski@gmail.com>
2017-04-19 10:59:03 +02:00
Build-Depends: debhelper (>= 9.0.0), cmake, quilt, default-libmysqlclient-dev | libmysqlclient-dev, libglib2.0-dev, libpcre3-dev, zlib1g-dev, python-sphinx (>= 1.0.7+dfsg), python-docutils, libatomic1
2017-01-18 01:09:19 +01:00
Standards-Version: 3.9.8
Homepage: https://github.com/maxbube/mydumper
#Vcs-Git: git://git.debian.org/collab-maint/mydumper.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/mydumper.git;a=summary
Package: mydumper
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: mydumper-doc
Description: High-performance MySQL backup tool
Mydumper (aka. MySQL Data Dumper) is a high-performance multi-threaded
backup (and restore) toolset for MySQL and Drizzle. The main developers
originally worked as Support Engineers at MySQL (one has moved to
Facebook and another to SkySQL) and this is how they would envisage
mysqldump based on years of user feedback.
.
Mydumper features
.
Lightweight C source
Up to 10x faster dumps compared to mysqldump
Consistent snapshots for transactional and non-transactional tables
File compression on-the-fly
Binary log dumps
Multi-threaded restore utility
Daemon mode for timed snapshots and continuous binary logs
.
Mydumper is still under active development but is well tested/used in
production on some large installations.
Package: mydumper-doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Breaks: mydumper (<< 0.9.1-2)
Replaces: mydumper (<< 0.9.1-2)
Section: doc
Description: High-performance MySQL backup tool - documentation
Mydumper (aka. MySQL Data Dumper) is a high-performance multi-threaded
backup (and restore) toolset for MySQL and Drizzle. The main developers
originally worked as Support Engineers at MySQL (one has moved to
Facebook and another to SkySQL) and this is how they would envisage
mysqldump based on years of user feedback.
.
This package contains documentation for mydumper generated by sphinx