summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-16 05:16:22 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-16 05:16:22 +0000
commit6efc3610e37994c38a70cf32266e1e495035fbd3 (patch)
treeb6b31e71e7c3ae4ef97fe1c9204049c32abcf6e6 /rdiff-backup/CHANGELOG
parentb1fb2cfd121cf5093e271e9e6947da7345e72fc3 (diff)
downloadrdiff-backup-6efc3610e37994c38a70cf32266e1e495035fbd3.tar.gz
CHANGELOG to 0.9.3, added --sleep-ratio, --restrict* to man page
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@156 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG31
1 files changed, 31 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index a56f0b4..a0e747c 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,3 +1,34 @@
+New in v0.9.3 (2002/08/01)
+--------------------------
+
+Added --sleep-ratio option after hearing that rdiff-backup was too
+hard on hard disks (thanks to Steve Alexander for the suggestion).
+Quick example: --sleep-ratio 0.25 makes rdiff-backup sleep about 25%
+of the time. Maybe this will help on bandwidth usage also.
+
+Fixed -m/--mirror-only option.
+
+Added --exclude-other-filesystems option. Thanks to Paul Wouters for
+the suggestion.
+
+Added convenience field TotalDestinationSizeChange (total change in
+destination directory - mirror change + increments change) to
+session_statistics file.
+
+Handle a particular situation better where a file changes in a certain
+way while rdiff-backup is processing it. Before rdiff-backup would
+just crash; now it skips the file. Thanks to Scott Bender for the bug
+report.
+
+A couple interface fixes to --remove-older-than.
+
+Added some security features to the protocol, so rdiff-backup will now
+only allow commands from remote connections. The extra security will
+be enabled automatically on the client (it knows what to expect), but
+the extra switches --restrict, --restrict-update-only, and
+--restrict-read-only have been added for use with --server.
+
+
New in v0.9.2 (2002/06/27)
--------------------------