fdl66 / extreme-binnig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtremeBinning

Small scale C++ implementation of Extreme Binning. Based on method published by Bhagwat, Deepavali, et al.

HOW TO USE

Building

From the source directory, run:

cmake . && make

This will build two executables, XB_Backup and XB_Restore.

Running

To back up a directory, run:

./XB_Backup <targetDirectory> <backupLocation>

To restore a directory, run:

./XB_Restore <backupLocation> <restoreLocation>

IMPORTANT!

  • Currently, all input parameters (directory paths) must end with / eg. ~/documents/ or folder/sampleDirectory/
  • This program has been built and tested on Linux Ubuntu 14.04 only.

About


Languages

Language:C++ 70.3%Language:CMake 29.7%