File: control

package info (click to toggle)
mydumper 0.9.1-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 274
  • sloc: ansic: 3,404; makefile: 3; cpp: 3
file content (48 lines) | stat: -rw-r--r-- 2,019 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: mydumper
Section: database
Priority: extra
Maintainer: Mateusz Kijowski <mateusz.kijowski@gmail.com>
Build-Depends: debhelper (>= 9.0.0), cmake, quilt, default-libmysqlclient-dev, libglib2.0-dev, libpcre3-dev, zlib1g-dev, python-sphinx (>= 1.0.7+dfsg), python-docutils, libatomic1
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