sync-mht: Fast incremental file transfer using Merke-Hash-Trees

[ library, mit, program, utility ] [ Propose Tags ]

A command line tool that can be used to incrementally synchronize a directory hierarchy with a second one. It is using a Merkle-Hash-Tree to compare the folders, such that the synchronization time and communication (round) complexity grows only logarithmically with the actual size of the directories (assuming the actual difference of the directories is small). The communication happens through standard streams between parent and child processes, which can easily be routed through remote command execution tools, e.g. sync-mht -s foo/ -d bar will synchronize the local folder bar with the local folder foo, but sync-mht -s foo -d remote:bar -r "ssh fred@example.org sync-mht" will synchronize the folder bar/ in the home directory of the user fred on the host machine example.org with the local folder foo/. It is also possible to use it with docker, e.g. sync-mht -s foo -d remote:bar -r "docker run -i --volumes-from bar ekarayel/sync-mht sync-mht" to synchronize the folder bar (of the container named bar) with the local folder foo.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.3.0, 0.3.4.0, 0.3.5.0, 0.3.6.0, 0.3.7.0, 0.3.8.0, 0.3.8.1, 0.3.8.2, 0.3.8.3, 0.3.8.4, 0.3.8.5
Dependencies array (>=0.5 && <0.6), base (>=4.7 && <4.8), base16-bytestring (>=0.1 && <0.2), byteable (>=0.1 && <0.2), bytestring (>=0.10 && <0.11), cereal (>=0.4 && <0.5), containers (>=0.5 && <0.6), cryptohash (>=0.11 && <0.12), directory (>=1.2 && <1.3), filepath (>=1.3 && <1.4), io-streams (>=1.2 && <1.3), mtl (>=2.2 && <2.3), process (>=1.2 && <1.3), text (>=1.2 && <1.3), transformers (>=0.4 && <0.5), unix (>=2.7 && <2.8) [details]
License MIT
Author Emin Karayel <me@eminkarayel.de>
Maintainer Emin Karayel <me@eminkarayel.de>
Category Utility
Source repo head: git clone https://github.com/ekarayel/sync-mht
this: git clone https://github.com/ekarayel/sync-mht(tag 0.2.0.0)
Uploaded by emink at 2015-07-05T08:49:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables sync-mht
Downloads 9117 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-08 [all 6 reports]