All Projects → percona → Percona-TokuBackup

percona / Percona-TokuBackup

Licence: AGPL-3.0, GPL-2.0 licenses found Licenses found AGPL-3.0 COPYING.AGPLv3 GPL-2.0 COPYING.GPLv2
No description or website provided.

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
TeX
3793 projects
CMake
9771 projects
c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to Percona-TokuBackup

mini-ps
It's a small and lightweight program based on uni-app framework, it can edit and generate posters in multiple aspect.
Stars: ✭ 29 (-21.62%)
Mutual labels:  ps
cpu monitor
ROS node that publishes all nodes' CPU and memory usage
Stars: ✭ 52 (+40.54%)
Mutual labels:  ps
node-poppler
Asynchronous node.js wrapper for the Poppler PDF rendering library
Stars: ✭ 97 (+162.16%)
Mutual labels:  ps
percona-qa
Percona QA is a suite of scripts and utilities that assists in building, continuous integration, automated testing & bug reporting for Percona Server, Percona XtraDB Cluster, Percona XtraBackup, Percona Server for MongoDB, as well as other flavors of MySQL (Oracle, Facebook MyQSL, WebScaleSQL, MariaDB) etc.
Stars: ✭ 55 (+48.65%)
Mutual labels:  ps
psutil
Cross-platform lib for process and system monitoring in Python
Stars: ✭ 8,488 (+22840.54%)
Mutual labels:  ps
XboxDownload
Xbox下载助手,支持Xbox、微软商店、PS、NS、EA Desktop & Origin、战网国际服、Epic下载加速,修复Steam商店社区访问。
Stars: ✭ 936 (+2429.73%)
Mutual labels:  ps
px
ps and top for human beings
Stars: ✭ 151 (+308.11%)
Mutual labels:  ps
pctation
PlayStation emulator & debugger in C++17
Stars: ✭ 103 (+178.38%)
Mutual labels:  ps

Percona TokuBackup

Percona TokuBackup is a C library that allows users to make consistent copies of a directory of files, even while the respective files are being edited, removed, added, and/or renamed.

This repository contains the library and associated unit and integration tests.

Building

This library requires cmake 2.8.8 or greater to create a build environment on your target machine. To create this environment, from the top of the repository:

cd backup
mkdir MAKEDIR
cd MAKEDIR
CC=gcc47 CXX=g++47 cmake ..

To build you then simply have to type:

make

Testing

To run a combined suite of unit tests and integration tests, run the following command after building:

ctest

This will show the progress of the tests and run valgrind memory and thread checks for each test.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].