dedup

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

commit 3e954687518b0415b09e580527e2cd60132073ed
parent 71605514e83db6a2feb74dfda7ce15cf301bcc6b
Author: sin <sin@2f30.org>
Date:   Sat, 13 Apr 2019 18:17:37 +0100

Update TODO

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

diff --git a/TODO b/TODO @@ -1,2 +1,3 @@ Use a ring buffer in the chunker (avoid memmove() call) Create a library archive out of the blake2b files and link with it +pledge/unveil support