tAdd none compression type - dedup - deduplicating backup program
HTML git clone git://git.z3bra.org/dedup.git
DIR Log
DIR Files
DIR Refs
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
t@@ -88,6 +88,7 @@ struct sctx {
};
static char *ctbl[] = {
+ "none",
"snappy",
NULL,
};