summaryrefslogtreecommitdiff
path: root/rdiff-backup/TODO
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-10-04 00:03:00 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-10-04 00:03:00 +0000
commitbfeda618c0fd5bd702339219ecc343353c39eb34 (patch)
tree150529f33cb51716eb71bbf0eb5f35462b5fcd8b /rdiff-backup/TODO
parent671c53e9534340ff10e61507d5e1ecbdbd440aa5 (diff)
downloadrdiff-backup-bfeda618c0fd5bd702339219ecc343353c39eb34.tar.gz
Added --exclude-special-files and
--{exclude|include}-globbing-filelist options to selection code. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@213 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/TODO')
-rw-r--r--rdiff-backup/TODO13
1 files changed, 3 insertions, 10 deletions
diff --git a/rdiff-backup/TODO b/rdiff-backup/TODO
index c44741c..cc2624c 100644
--- a/rdiff-backup/TODO
+++ b/rdiff-backup/TODO
@@ -1,19 +1,12 @@
-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.
Work on killtest code - avoid returning a failure when a file is
simply skipped.
----------[ Medium term ]---------------------------------------
+Look at error code, make sure filename is always mentioned (see Knops
+email).
-Interpret a list of filenames in globbing form
-(--include-globbing-filelist maybe).
+---------[ Medium term ]---------------------------------------
Add --dry-run option (target for v1.1.x)