summaryrefslogtreecommitdiff
path: root/docs/manpages/smbclient.1
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-27 06:04:28 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-27 06:04:28 +0000
commit8e18009a19c4009964689cb0706f38ec8e85239a (patch)
tree4ea4d8ead143ed1b448a4120e5111b8b7920cc19 /docs/manpages/smbclient.1
parent1de47e32984c5106a99a383646d45e9a7464dd4b (diff)
downloadsamba-8e18009a19c4009964689cb0706f38ec8e85239a.tar.gz
samba-8e18009a19c4009964689cb0706f38ec8e85239a.tar.bz2
samba-8e18009a19c4009964689cb0706f38ec8e85239a.zip
re-ran yodl
(This used to be commit 98b72722c8c221047d890f9b7b1d51f16fdac705)
Diffstat (limited to 'docs/manpages/smbclient.1')
-rw-r--r--docs/manpages/smbclient.117
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/manpages/smbclient.1 b/docs/manpages/smbclient.1
index 6c756ec77d..6d93c3cd51 100644
--- a/docs/manpages/smbclient.1
+++ b/docs/manpages/smbclient.1
@@ -358,13 +358,13 @@ get their creation dates restored properly\&.
Include files and directories\&. Is the default
behavior when filenames are specified above\&. Causes tar files to
be included in an extract or create (and therefore everything else to
-be excluded)\&. See example below\&. Filename globbing does not work for
-included files for extractions (yet)\&.
+be excluded)\&. See example below\&. Filename globbing works
+in one of two ways\&. See \fBr\fP below\&.
.IP
.IP "\fBX\fP"
Exclude files and directories\&. Causes tar files to
be excluded from an extract or create\&. See example below\&. Filename
-globbing does not work for excluded files (yet)\&.
+globbing works in one of two ways now\&. See \fBr\fP below\&.
.IP
.IP "\fBb\fP"
Blocksize\&. Must be followed by a valid (greater than
@@ -379,6 +379,13 @@ archive bit set\&. Useful only with the \fBc\fP flag\&.
Quiet\&. Keeps tar from printing diagnostics as it
works\&. This is the same as tarmode quiet\&.
.IP
+.IP "\fBr\fP"
+Regular expression include or exclude\&. Uses regular
+regular expression matching for excluding or excluding files if
+compiled with HAVE_REGEX_H\&. However this mode can be very slow\&. If
+not compiled with HAVE_REGEX_H, does a limited wildcard match on * and
+?\&.
+.IP
.IP "\fBN\fP"
Newer than\&. Must be followed by the name of a file
whose date is compared against files found on the share during a
@@ -751,7 +758,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
.SH "AUTHOR"
.PP
The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
by the Samba Team as an Open Source project similar to the way the
Linux kernel is developed\&.
.PP
@@ -760,7 +767,7 @@ sources were converted to YODL format (another excellent piece of Open
Source software, available at
\fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
.PP
See \fBsamba (7)\fP to find out how to get a full
list of contributors and details on how to submit bug reports,