summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-11-01 16:46:29 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-11-01 16:46:29 +0000
commitdc634cd890ddea26ffe292c01e6ec53636262afc (patch)
tree9622c641ab726b5a1386d8bb6138bfcde5f427cd /rdiff-backup/CHANGELOG
parent07d8d9cb11114ef5f98993e2e50a67762b3d9aaa (diff)
downloadrdiff-backup-dc634cd890ddea26ffe292c01e6ec53636262afc.tar.gz
Compare sha1 hashes when restoring
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@666 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG6
1 files changed, 5 insertions, 1 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index a0e1fa5..534ecbe 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -2,7 +2,11 @@ New in v1.1.1 (????/??/??)
--------------------------
rdiff-backup now writes SHA1 sums into its mirror_metadata file for
-all regular files.
+all regular files, and checks them when restoring.
+
+Added two new comparison modes: full file (using the --compare-full or
+--compare-full-at-time) or by hash (--compare-hash and
+--compare-hash-at-time).
Applied Alec Berryman's patch to update the no-compression regexp.