diff options
author | Jeremy Allison <jra@samba.org> | 1998-11-23 22:11:54 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-11-23 22:11:54 +0000 |
commit | eaf519d6dc7e4c8bc5fe9322ca4888648e71608e (patch) | |
tree | 091e4289e476bb03c71bca5f8d0336c80d7e3e31 /docs/manpages/smbclient.1 | |
parent | 749c2b691450146c54449772b69f61e0aa34b8b6 (diff) | |
download | samba-eaf519d6dc7e4c8bc5fe9322ca4888648e71608e.tar.gz samba-eaf519d6dc7e4c8bc5fe9322ca4888648e71608e.tar.xz samba-eaf519d6dc7e4c8bc5fe9322ca4888648e71608e.zip |
Updated the samba.anu.edu.au -> samba.org for the docs.
Jeremy.
Diffstat (limited to 'docs/manpages/smbclient.1')
-rw-r--r-- | docs/manpages/smbclient.1 | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/docs/manpages/smbclient.1 b/docs/manpages/smbclient.1 index 3e377915373..6d93c3cd51e 100644 --- a/docs/manpages/smbclient.1 +++ b/docs/manpages/smbclient.1 @@ -1,4 +1,4 @@ -.TH SMBCLIENT 1 "14 Nov 1998" "smbclient 2.0.0-beta1" +.TH "smbclient " "1" "23 Oct 1998" "Samba" "SAMBA" .PP .SH "NAME" smbclient \- ftp-like client to access SMB/CIFS resources on servers @@ -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, |