summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-20 18:08:27 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-20 18:08:27 +0000
commit9091865590125881b709626fc372239654714ba8 (patch)
tree65112ca292eb0307f9f7895206e6d5c2656e758f
parentb7490436eb2a51749a33fe7c395bc961cfc633b4 (diff)
downloadrdiff-backup-9091865590125881b709626fc372239654714ba8.tar.gz
noted some error checking stuff and changes so "door" files should be skipped
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@90 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/CHANGELOG9
-rw-r--r--rdiff-backup/TODO13
2 files changed, 13 insertions, 9 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index a25c943..db6608f 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,14 +1,19 @@
New in v0.7.5 (2002/06/01)
--------------------------
+Fixed particularly bad resuming bug.
+
After a bit of empirical testing, increased Globals.conn_bufsize and
-enabled ssh compression by default. This should speed up the
-"typical" remote session.
+enabled ssh compression by default (and also added
+--ssh-no-compression option). This should speed up the "typical"
+remote session.
Fixed bug noticed by Dean Gaudet in processing of
--(include|exclude)-filelist[-stdin] options when source directory was
remote.
+Fixed --include error reporting bug reported by Ben Edwards.
+
New in v0.7.4 (2002/05/11)
--------------------------
diff --git a/rdiff-backup/TODO b/rdiff-backup/TODO
index 66a8d3a..2d3193b 100644
--- a/rdiff-backup/TODO
+++ b/rdiff-backup/TODO
@@ -1,18 +1,17 @@
Security audit
+--read-only and --write-only /usr/foo switches to tighten security up some.
+
+
+
+
Don't produce stack trace which looks like crash/include file name in
logging stats
Add to above Dean Gaudet's suggestion: make errors look prettier (like tar).
-Examine certain network settings like Globals.conn_bufsize and whether
-or not ssh is used with compression, and find good defaults or add
-easy to use switches.
-
Examine and fix recovery problems.
-Add options to pass to ssh (e.g. compression, maybe arbitrary options).
-
Think about adding Gaudet's idea for keeping track of renamed files.
---read-only and --write-only /usr/foo switches to tighten security up some.
+If don't recover hardlink support and hardlink support on, don't resume.