diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-11-27 06:04:28 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-11-27 06:04:28 +0000 |
commit | 98b72722c8c221047d890f9b7b1d51f16fdac705 (patch) | |
tree | 678ee76afa15e3c7921dcd4b63565038c2335221 /docs/htmldocs/smbclient.1.html | |
parent | bfca6e6a9d06742ea4ef36f1faac57eb0419b2d6 (diff) | |
download | samba-98b72722c8c221047d890f9b7b1d51f16fdac705.tar.gz samba-98b72722c8c221047d890f9b7b1d51f16fdac705.tar.xz samba-98b72722c8c221047d890f9b7b1d51f16fdac705.zip |
re-ran yodl
Diffstat (limited to 'docs/htmldocs/smbclient.1.html')
-rw-r--r-- | docs/htmldocs/smbclient.1.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/htmldocs/smbclient.1.html b/docs/htmldocs/smbclient.1.html index 71a3b786bf3..45823a56f9c 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 |