tUpdate TODO - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 422ed3faa603ef35d782d88ba3ff2475a7a87585
(DIR) parent cba6f8ec8d69c9e19c63290d012e995b8f473cb6
(HTM) 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
t@@ -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
t@@ -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;
}