dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit a855a36113a0833e57edaae139c3123bf392d310
parent 4d371b72c4b61c4e74b37469e842ab94a641e96f
Author: sin <sin@2f30.org>
Date:   Wed,  6 Mar 2019 15:23:30 +0000

Update TODO

Diffstat:
MTODO | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -1,3 +1,2 @@ overflow checks use a ring buffer in the chunker (avoid memmove() call) -calculate hash of cache file and store it somewhere (may simplify the cache consistency checks)