tUpdate TODO - 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 bbf67fa1bcab3beca309146d829ac3cc3ce1aceb
(DIR) parent f91758f2fd077c0288c664572559d01c91ba54fd
(HTM) Author: sin <sin@2f30.org>
Date: Thu, 25 Apr 2019 21:40:30 +0100
Update TODO
Diffstat:
M TODO | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/TODO b/TODO
t@@ -2,3 +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