summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 <sys/types.h>
+ <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.