From 3ac783ccd3d44979266ed81b0aea1d917465bdae Mon Sep 17 00:00:00 2001 From: bescoto Date: Mon, 12 Dec 2005 01:32:50 +0000 Subject: False negative ACL compare fix git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r1-0@703 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff-backup.1 | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'rdiff-backup/rdiff-backup.1') diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1 index 2c4ffeb..15e1c7d 100644 --- a/rdiff-backup/rdiff-backup.1 +++ b/rdiff-backup/rdiff-backup.1 @@ -139,6 +139,11 @@ same rules as and .B --exclude. .TP +.B --exclude-globbing-filelist-stdin +Like +.BR --exclude-globbing-filelist , +but the list of files will be read from standard input. +.TP .B --exclude-other-filesystems Exclude files on file systems (identified by device number) other than the file system the root of the source directory is on. @@ -206,6 +211,11 @@ same rules as and .B --exclude. .TP +.B --include-globbing-filelist-stdin +Like +.BR --include-globbing-filelist , +but the list of files will be read from standard input. +.TP .BI "--include-regexp " regexp Include files matching the regular expression .IR regexp . @@ -569,13 +579,21 @@ and easy-to-use. The file selection system comprises a number of file selection conditions, which are set using one of the following command line options: -.BR --exclude , --exclude-filelist , -.BR --exclude-device-files , --exclude-fifos , -.BR --exclude-sockets , --exclude-symbolic-links , +.BR --exclude , +.BR --exclude-filelist , +.BR --exclude-device-files , +.BR --exclude-fifos , +.BR --exclude-sockets , +.BR --exclude-symbolic-links , .BR --exclude-globbing-filelist , -.BR --exclude-filelist-stdin , --exclude-regexp , --exclude-special-files , +.BR --exclude-globbing-filelist-stdin , +.BR --exclude-filelist-stdin , +.BR --exclude-regexp , +.BR --exclude-special-files , .BR --include , -.BR --include-filelist , --include-globbing-filelist , +.BR --include-filelist , +.BR --include-globbing-filelist , +.BR --include-globbing-filelist-stdin , .BR --include-filelist-stdin , and .BR --include-regexp . -- cgit v1.2.1