dedup

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

commit d43a1c4be547a75c9ae32fb6a113111ed34f2636
parent 3fbc1d134902429f10721548d9a1d997a38d8ffe
Author: sin <sin@2f30.org>
Date:   Sat,  2 Mar 2019 14:04:28 +0000

Update TODO

Diffstat:
MTODO | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -1 +1,2 @@ overflow checks +use a ring buffer in the chunker (avoid memmove() call)