dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 98a7453a356991af73217db01723e0cb5de0c2aa
parent 02946681b92b707c62ae39ec02630a380f5ad0f0
Author: sin <sin@2f30.org>
Date:   Thu, 25 Apr 2019 13:45:16 +0100

Add none compression type

Diffstat:
Mbstorage.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bstorage.c b/bstorage.c @@ -88,6 +88,7 @@ struct sctx { }; static char *ctbl[] = { + "none", "snappy", NULL, };