Update CHANGELOG - 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 79f17743fadf1a2ce000371ed2a17eeba307eb4d
DIR parent 9bafc67e4949776e6cf750585244b54dfbeae09c
HTML Author: sin <sin@2f30.org>
Date: Tue, 30 Apr 2019 17:52:26 +0100
Update CHANGELOG
Diffstat:
M CHANGELOG | 15 +++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)
---
DIR 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.