diff options
author | Richard Sharpe <sharpe@samba.org> | 1998-11-21 09:29:35 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 1998-11-21 09:29:35 +0000 |
commit | 634f6c7f2841a3ee88163ff7e92b0ef3c9d7ecf0 (patch) | |
tree | 506dd31200468d40753b3514434bce846faa0746 /docs/yodldocs/smbclient.1.yo | |
parent | 42e96160d373885007c4f9cc6e6b5b69e04a998b (diff) | |
download | samba-634f6c7f2841a3ee88163ff7e92b0ef3c9d7ecf0.tar.gz samba-634f6c7f2841a3ee88163ff7e92b0ef3c9d7ecf0.tar.bz2 samba-634f6c7f2841a3ee88163ff7e92b0ef3c9d7ecf0.zip |
Added changes to smbtar submitted by Sandy Whitesel
Added some extra documentation for smbclient
Grr, Jeremy beat me to a bug fix in client.c
Will have to get Jeremy to tell me how to check out SAMBA_2_0 :-)
(This used to be commit 8594c4bcae503972679c55a2fcab8eb69faf3ae3)
Diffstat (limited to 'docs/yodldocs/smbclient.1.yo')
-rw-r--r-- | docs/yodldocs/smbclient.1.yo | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/yodldocs/smbclient.1.yo b/docs/yodldocs/smbclient.1.yo index a211499408..e332f82556 100644 --- a/docs/yodldocs/smbclient.1.yo +++ b/docs/yodldocs/smbclient.1.yo @@ -357,12 +357,12 @@ share. The secondary tar flags that can be given to this option are : dit(bf(I)) 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 bf(r) below. dit(bf(X)) 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 bf(r) below. dit(bf(b)) Blocksize. Must be followed by a valid (greater than zero) blocksize. Causes tar file to be written out in @@ -374,6 +374,12 @@ share. The secondary tar flags that can be given to this option are : dit(bf(q)) Quiet. Keeps tar from printing diagnostics as it works. This is the same as tarmode quiet. + dit(bf(r)) 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 + ?. + dit(bf(N)) 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 |