dedup

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

commit 2646d0e4e3cbc7b6fe481958d112d7ba1d654911
parent 9e6393b24468ea6887fa8a703f4e4b4f939e53fb
Author: sin <sin@2f30.org>
Date:   Tue,  5 Mar 2019 12:14:28 +0000

Update TODO

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

diff --git a/TODO b/TODO @@ -1,2 +1,3 @@ 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)