generate BerkeleyDB md5 hash, remove dependencies
[cloudstore.git] / README
diff --git a/README b/README
index e48be20..b704218 100644 (file)
--- a/README
+++ b/README
@@ -2,14 +2,23 @@ Central rsync backup server
 
 Features:
 
-- rsync-piper
+RSYNC_PORT=6502 ./rsync-piper.pl
+       - generate rsync configuration based on content of RSYNC_DIR/users
        - 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
+       - file/dir metadata in json (with VFS-like API)
+       - deduplicate files using md5 pool and hardlinks
+       - gearman log shipping in json format
        - support login+host usernames for client secrets
+       - push md5sum file to create files from server's md5 pool
 
-- data-worker
+data-worker.pl
        - gearman worker to store rsync transfer log into PostgreSQL
-               
+
+create-user.sh
+remove-user.sh
+       - create/remove user's directory and data
+
+test.sh
+       - excercise rsync server to test basic operation and deduplication
+