tChange wording. - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1ed8f937d82f094ae3e4db7511256dee7d5d471a
(DIR) parent b4f6f030ec7895549abbc1ed2edf4ee0769ebef2
(HTM) Author: Eddie Thieda <eddie.thieda@gmail.com>
Date: Sun, 5 May 2019 03:07:50 -0400
Change wording.
Diffstat:
M TODO | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/TODO b/TODO
t@@ -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