dedup

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

commit 0f6b04c161d81d85801f3798d66fc5e8637a950f
parent f709da02b88deac6ea814cdb95e770919e394269
Author: sin <sin@2f30.org>
Date:   Fri,  3 May 2019 00:21:09 +0100

Update CHANGELOG

Diffstat:
MCHANGELOG | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -2,6 +2,7 @@ ## [Unreleased] ### Added +- Encryption support using XChaCha20-Poly1305. - dup-check(1) to check repo consistency. - dup-gc(1) to perform garbage collection on a repo. - dup-init(1) to initialize a repo.