From 4b2ad230f3883bba27ff81b0781a2a77f78a850b Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 20 Jul 2011 21:12:12 +0000 Subject: [PATCH] overview of existing features --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0cecf79 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +Central rsync backup server + +Features: + +- rsync-piper + - start rsync server on specified port + - follow rsync transfer log, parse it and trigger events + - file/dir metadata in json (with VFS-like API) + - deduplicate files using md5 pool and hardlinks + - gearman log shipping in json format + +- data-worker + - gearman worker to store rsync transfer log into PostgreSQL + -- 2.20.1