From b60c93584db342e49014bc0df11210c08e9a2f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 28 Nov 2020 12:25:02 +0000 Subject: [PATCH] mark simple deduplication as done --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 326bccc..babb9c9 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ ## Goals for bakare: +- [x] simple deduplication of file data - don't store the same exact file data twice +- [ ] advanced deduplication - store files that only changed slightly more efficiently +- [ ] survive index corruption - fast - using max bandwidth - use max cpu - use max disk I/O - memory usage limit - encryption by default - asymmetric, creates a keypair for you -- deduplication of file data - fuzzy find by file name in stored files - failure to process one file should not affect any other files - intermittent network failures should not make the whole process fail (test with random packet drop)