Update TODO - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 422ed3faa603ef35d782d88ba3ff2475a7a87585
DIR parent cba6f8ec8d69c9e19c63290d012e995b8f473cb6
HTML Author: sin <sin@2f30.org>
Date: Sun, 17 Feb 2019 10:34:17 +0000
Update TODO
Diffstat:
M TODO | 1 +
M dedup.c | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/TODO b/TODO
@@ -2,3 +2,4 @@ endianness agnostic
version field in entry header
file locking
overflow checks
+compression support using lz4
DIR diff --git a/dedup.c b/dedup.c
@@ -412,7 +412,6 @@ dedup(int fd)
cent->bdescr = bdescr;
add_cent(cent);
} else {
- /* Found block with the same hash, update index entry */
ent->bdescr[ent->nblks++] = bdescr;
}