From 6efc3610e37994c38a70cf32266e1e495035fbd3 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 16 Jul 2002 05:16:22 +0000 Subject: 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 --- rdiff-backup/CHANGELOG | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'rdiff-backup/CHANGELOG') 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) -------------------------- -- cgit v1.2.1