dedup

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

commit 8f5a4daf24872ef4bab13dc180ed4e693b4c5c8a
parent d2181e2cfe0cdf3e3f795b30fa13e6bcfea5aa48
Author: sin <sin@2f30.org>
Date:   Fri, 26 Apr 2019 10:59:09 +0100

Update TODO

Diffstat:
MTODO | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -2,4 +2,4 @@ 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 Use flock() to avoid corruption -Use fallocate(2) to punch holes in storage in order to implement snapshot deletion +Impelment dup-gc(1)