Add none compression type - 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 98a7453a356991af73217db01723e0cb5de0c2aa
DIR parent 02946681b92b707c62ae39ec02630a380f5ad0f0
HTML Author: sin <sin@2f30.org>
Date: Thu, 25 Apr 2019 13:45:16 +0100
Add none compression type
Diffstat:
M bstorage.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/bstorage.c b/bstorage.c
@@ -88,6 +88,7 @@ struct sctx {
};
static char *ctbl[] = {
+ "none",
"snappy",
NULL,
};