summaryrefslogtreecommitdiff
path: root/docs/htmldocs
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/htmldocs
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/htmldocs')
-rw-r--r--docs/htmldocs/smb.conf.5.html6
-rw-r--r--docs/htmldocs/smbclient.1.html11
2 files changed, 8 insertions, 9 deletions
diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html
index 538230ee82..fd0c6809a7 100644
--- a/docs/htmldocs/smb.conf.5.html
+++ b/docs/htmldocs/smb.conf.5.html
@@ -2526,12 +2526,6 @@ error. Unfortunately WfWg totally ignores the error code and carries
on regardless, saying that the message was delivered.
<p><br>If you want to silently delete it then try:
<p><br><code>"message command = rm %s"</code>.
-<p><br>For the really adventurous, try something like this:
-<p><br><code>message command = csh -c 'csh &lt; %s |&amp; /usr/local/samba/bin/smbclient -M %m; rm %s' &amp;</code>
-<p><br>this would execute the command as a script on the server, then give
-them the result in a WinPopup message. Note that this could cause a
-loop if you send a message from the server using smbclient! You better
-wrap the above in a script that checks for this :-)
<p><br><strong>Default:</strong>
<code> no message command</code>
<p><br><strong>Example:</strong>
diff --git a/docs/htmldocs/smbclient.1.html b/docs/htmldocs/smbclient.1.html
index 71a3b786bf..45823a56f9 100644
--- a/docs/htmldocs/smbclient.1.html
+++ b/docs/htmldocs/smbclient.1.html
@@ -297,11 +297,11 @@ share. The secondary tar flags that can be given to this option are :
<p><br><li><strong><strong>I</strong></strong> 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 <strong>r</strong> below.
<p><br><li><strong><strong>X</strong></strong> 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 <strong>r</strong> below.
<p><br><li><strong><strong>b</strong></strong> Blocksize. Must be followed by a valid (greater than
zero) blocksize. Causes tar file to be written out in
blocksize*TBLOCK (usually 512 byte) blocks.
@@ -309,6 +309,11 @@ share. The secondary tar flags that can be given to this option are :
archive bit set. Useful only with the <strong>c</strong> flag.
<p><br><li><strong><strong>q</strong></strong> Quiet. Keeps tar from printing diagnostics as it
works. This is the same as tarmode quiet.
+<p><br><li><strong><strong>r</strong></strong> 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
+ ?.
<p><br><li><strong><strong>N</strong></strong> Newer than. Must be followed by the name of a file
whose date is compared against files found on the share during a
create. Only files newer than the file specified are backed up to the