9 Star 10 Fork 0

Gitee 极速下载 / xtrabackup

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/percona/percona-xtrabackup
克隆/下载
BUILD.XtraBackup.txt 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Alexey Kopytov 提交于 2013-11-26 14:44 . Implementation of
================================
How to build XtraBackup on Linux
================================
Prerequisites
-------------
The following packages and tools must be installed to compile
Percona XtraBackup from source. These might vary from system to system.
In Debian-based distributions, you need to:
$ apt-get install build-essential flex bison automake autoconf bzr \
libtool cmake libaio-dev mysql-client libncurses-dev zlib1g-dev \
libgcrypt11-dev
In RPM-based distributions, you need to:
$ yum install cmake gcc gcc-c++ libaio libaio-devel automake autoconf bzr \
bison libtool ncurses5-devel
Compiling with CMake
--------------------
At the base directory of the source code tree, if you execute
$ cmake -DBUILD_CONFIG=xtrabackup_release && make -j4
and you go for a coffee, at your return XtraBackup will be ready to be used.
Installation
------------
The following command:
$ make install
will install all XtraBackup binaries, the innobackupex script and tests
to /usr/local/xtrabackup. You can override this either with “make
DESTDIR=... install” or by changing the installation layout with “cmake
-DINSTALL_LAYOUT=...”.
1
https://gitee.com/mirrors/xtrabackup.git
git@gitee.com:mirrors/xtrabackup.git
mirrors
xtrabackup
xtrabackup
2.2

搜索帮助