summaryrefslogtreecommitdiff
path: root/rdiff-backup/TODO
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-09-22 17:17:41 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-09-22 17:17:41 +0000
commitfa50cc19153c3ff87828c9a5ad9e83257c0b3737 (patch)
treeb2c828294018a4d2cd723b9ae5addbc05aee2b54 /rdiff-backup/TODO
parent727ed4ecc5a9ebc4db1c3e550f9a989d29637fb3 (diff)
downloadrdiff-backup-fa50cc19153c3ff87828c9a5ad9e83257c0b3737.tar.gz
Fixed socket too long bug
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@210 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/TODO')
-rw-r--r--rdiff-backup/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/rdiff-backup/TODO b/rdiff-backup/TODO
index 72e6fd6..c44741c 100644
--- a/rdiff-backup/TODO
+++ b/rdiff-backup/TODO
@@ -1,4 +1,9 @@
-Update FAQ on cstream
+add --exclude-special-files to exclude fifos, symlinks, sockets, and
+device files.
+
+Change Windows mode to quote A-Z also. (--windows-mode could be short
+for "--exclude-special-files --chars-to-quote A-Z: --quoting-char ;
+--windows-time-format").
Write some better selection test cases to test new Iterate_fast func.