URI: 
       Change block size to 4kB - dedup - deduplicating backup program
  HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 5c49af9486e4af7d6b40263665e58f0cbeec9fab
   DIR parent 6a3036917037d4f8688c8c6b3edcfeff96f0f775
  HTML Author: sin <sin@2f30.org>
       Date:   Thu, 22 Mar 2018 00:22:26 +0000
       
       Change block size to 4kB
       
       Diffstat:
         M dedup.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dedup.c b/dedup.c
       @@ -14,7 +14,7 @@
        #define STOREF        ".store"
        #define CACHEF        ".cache"
        
       -#define BLKSIZ        32768
       +#define BLKSIZ        4096
        
        struct enthdr {
                uint64_t flags;