summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-24 03:39:56 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-24 03:39:56 +0000
commit6a48fc6c34e3d2f8fcaf791a847aebb6854557e7 (patch)
treedfd7331259298750b49f7493ba52219acd647164 /rdiff-backup/CHANGELOG
parent94da66c4015094e2c5a71e945ef3562644543c0f (diff)
downloadrdiff-backup-6a48fc6c34e3d2f8fcaf791a847aebb6854557e7.tar.gz
When data gets deleted from dest, try not to exit as easily
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@401 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 71c1e07..02c093c 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -8,6 +8,10 @@ Fixed bug backing up unreadable regular files when rdiff-backup is run
by root on the source site and non-root on the destination side.
(Reported by Troels Arvin and Arkadiusz Miskiewicz.)
+If there is data missing from the destination dir (for instance if a
+user mistakenly deletes it), only warn when restoring, instead of
+exiting with error.
+
New in v0.13.1 (2003/08/08)
---------------------------