summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
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/CHANGELOG
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/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG18
1 files changed, 18 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 9d77055..09b02d8 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -5,6 +5,24 @@ If get a socket error from trying to create a socket whose name is too
long, just skip file instead of exiting with error (bug report by Ivo
De Decker).
+Added --exclude-special-files switch, which excludes fifos, symlinks,
+sockets, and device files.
+
+--windows-mode is now short for --windows-time-format --chars-to-quote
+A-Z: --exclude-special-files. Thanks to Paul-Erik Törrönen for some
+helpful windows info.
+
+Multiple --include and --exclude statements can now be given in a
+single file. See the documentation on
+--{include|exclude}-globbing-filelist. Thanks to Henrik Lewander for
+pointing out that command line length could otherwise be a problem.
+
+Fixed bug in filelist processing that ignored leading or trailing
+whitespace in filelists. Now filenames with, for instance, trailing
+spaces can be used in filelists. Filelists which took advantage of
+this bug for formatting may have to be editted.
+
+
New in v0.10.1 (2002/09/16)
---------------------------