summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-12-12 01:04:24 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-12-12 01:04:24 +0000
commitafbb4426aa4c746f8f641dc920773e94be3e179d (patch)
tree893b1bdbcbfee859d795ad95993ff1019a767c7b
parent92861e3c6f7e83166401880ea2ce9d3ef95f32e7 (diff)
downloadrdiff-backup-afbb4426aa4c746f8f641dc920773e94be3e179d.tar.gz
Added docs for [include|exclude]-globbing-filelist-stdin
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@701 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff-backup.128
1 files changed, 23 insertions, 5 deletions
diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1
index 876e203..33cc8b6 100644
--- a/rdiff-backup/rdiff-backup.1
+++ b/rdiff-backup/rdiff-backup.1
@@ -161,6 +161,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.
@@ -228,6 +233,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 .
@@ -606,13 +616,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 .