summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-10-15 17:38:37 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-10-15 17:38:37 +0000
commitce02549615dd23bca25dbb71b6c187f6e1f31351 (patch)
tree1af3f3ead7fe0db63718c1d4e9a00501fdd96141
parentbeda1dda524b4c55301e2bf0ecd8ebd6c52c64cb (diff)
downloadrdiff-backup-ce02549615dd23bca25dbb71b6c187f6e1f31351.tar.gz
FAQ bugfix
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@226 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/FAQ-body.html2
-rw-r--r--rdiff-backup/TODO4
2 files changed, 5 insertions, 1 deletions
diff --git a/rdiff-backup/FAQ-body.html b/rdiff-backup/FAQ-body.html
index 73d3685..b493609 100644
--- a/rdiff-backup/FAQ-body.html
+++ b/rdiff-backup/FAQ-body.html
@@ -108,7 +108,7 @@ some header files in the Makefile:
redirected to /usr/include/sys/types.h. Do this by:
create a file /usr/include/inttypes.h with the contents:
- #include &lt;sys/types.h&gt;
+ <protect>#include &lt;sys/types.h&gt;</protect>
o Put rdiff-backup in your PATH, as you normally would.
</pre>
diff --git a/rdiff-backup/TODO b/rdiff-backup/TODO
index cabaa0f..161f299 100644
--- a/rdiff-backup/TODO
+++ b/rdiff-backup/TODO
@@ -21,6 +21,10 @@ Make argument shortcut for cstream
Make --calculate-averages work with directory_statistics file.
+Write configuration file, to make sure settings like --quoting-char,
+--windows-time-format, etc., don't change between sessions,
+backup/restoring, etc.
+
---------[ Long term ]---------------------------------------
Think about adding Gaudet's idea for keeping track of renamed files.