dedup

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

commit 1ed8f937d82f094ae3e4db7511256dee7d5d471a
parent b4f6f030ec7895549abbc1ed2edf4ee0769ebef2
Author: Eddie Thieda <eddie.thieda@gmail.com>
Date:   Sun,  5 May 2019 03:07:50 -0400

Change wording.

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

diff --git a/TODO b/TODO @@ -1,6 +1,6 @@ Use a ring buffer in the chunker (avoid memmove() call) pledge/unveil support Use flock() to avoid corruption -Add back lz4 support +Revert lz4 support Ability to fetch key from dedicated fd so it never touches disk Use pread/pwrite to avoid lseek() calls