summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff-backup.1
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-03-26 17:10:57 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-03-26 17:10:57 +0000
commit390f0eb37f3972adb1ff272acd28ea2d09c596da (patch)
tree9179f25208766b15213a424cea53e2e874dd80ef /rdiff-backup/rdiff-backup.1
parent62b94cab6043f6c55d8069c9af6c6423246e0375 (diff)
downloadrdiff-backup-390f0eb37f3972adb1ff272acd28ea2d09c596da.tar.gz
Added Robert Shaw's --exclude-fifo, --include-symbolic-links,
etc. options. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@563 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff-backup.1')
-rw-r--r--rdiff-backup/rdiff-backup.121
1 files changed, 19 insertions, 2 deletions
diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1
index 3be68e0..9894459 100644
--- a/rdiff-backup/rdiff-backup.1
+++ b/rdiff-backup/rdiff-backup.1
@@ -101,6 +101,9 @@ section for more information.
Exclude all device files. This can be useful for security/permissions
reasons or if rdiff-backup is not handling device files correctly.
.TP
+.B "--exclude-fifo-files"
+Exclude all fifo files.
+.TP
.BI "--exclude-filelist " filename
Excludes the files listed in
.IR filename .
@@ -141,7 +144,13 @@ See the
section for more information.
.TP
.B --exclude-special-files
-Exclude all device files, fifos, sockets, and symlinks.
+Exclude all device files, fifo files, socket files, and symbolic links.
+.TP
+.B "--exclude-socket-files"
+Exclude all socket files.
+.TP
+.B "--exclude-symbolic-links"
+Exclude all symbolic links.
.TP
.B --force
Authorize the updating or overwriting of a destination path.
@@ -198,6 +207,12 @@ will be included by this option. See the
.B FILE SELECTION
section for more information.
.TP
+.B --include-special-files
+Include all device files, fifo files, socket files, and symbolic links.
+.TP
+.B --include-symbolic-links
+Include all symbolic links.
+.TP
.BI "--list-at-time " time
List the files in the archive that were present at the given time. If
a directory in the archive is specified, list only the files under
@@ -546,7 +561,9 @@ 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-device-files , --exclude-filelist ,
+.BR --exclude , --exclude-filelist ,
+.BR --exclude-device-files , --exclude-fifo-files ,
+.BR --exclude-socket-files , --exclude-symbolic-links ,
.BR --exclude-globbing-filelist ,
.BR --exclude-filelist-stdin , --exclude-regexp , --exclude-special-files ,
.BR --include ,