summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-11-01 17:48:53 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-11-01 17:48:53 +0000
commit7f11187b75621b02d614aa5bb3d1ec373eab4dd7 (patch)
treedf0b66d53d2bd51e20a64c1d7c0cace4f4fb61ee /rdiff-backup/CHANGELOG
parent5b43db173865a09896c86a0cc16f3d8153b41cea (diff)
downloadrdiff-backup-7f11187b75621b02d614aa5bb3d1ec373eab4dd7.tar.gz
Delete mirror_metadata and similar first to save disk space
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@482 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG8
1 files changed, 6 insertions, 2 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 6889ca2..2900fd9 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -8,8 +8,12 @@ Added --list-increment-sizes option from the development branch.
Previously this option was in the man page but was omitted in the code
(thanks to Michael Schwendt for report).
-Restoring/regressing should now take less memory, especially on large
-directories. CPU usage may slightly increase, however.
+Regressing and restoring should now take less memory when processing
+large directories (noticed by Luke Mewburn and others).
+
+When regressing, remove mirror_metadata and similar increments first.
+This will hopefully help regressing a backup that failed because disk
+was full (reported by Erik Forsberg).
New in v0.12.5 (2003/09/27)