dedup

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

commit 79f17743fadf1a2ce000371ed2a17eeba307eb4d
parent 9bafc67e4949776e6cf750585244b54dfbeae09c
Author: sin <sin@2f30.org>
Date:   Tue, 30 Apr 2019 17:52:26 +0100

Update CHANGELOG

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,20 @@ # Changelog +## [Unreleased] +### Added +- dup-check(1) to check repo consistency. +- dup-gc(1) to perform garbage collection on a repo. +- dup-init(1) to initialize a repo. +- dup-pack(1) to create a snapshot. +- dup-rm(1) to remove a snapshot. +- dup-unpack(1) to extract a snapshot. + +### Changed +- Incompatible file format changes. Requires manual migration of data. + +### Removed +- dedup(1) + ## [1.0] - 2019-04-14 ### Added - Support for blake2bp, which is parallel variant of blake2b.