diff options
author | Jeremy Allison <jra@samba.org> | 2006-02-16 22:04:20 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:16 -0500 |
commit | 855154b8136497589c7cf6d2c0ca7cf1c0f4458a (patch) | |
tree | 8422f06e4379a37b9c7eccb1ea37d252411daaa2 /docs/manpages-3/smbclient.1.xml | |
parent | 36e0e21d209061be2c9dc361853946d12a2bd2f9 (diff) | |
download | samba-855154b8136497589c7cf6d2c0ca7cf1c0f4458a.tar.gz samba-855154b8136497589c7cf6d2c0ca7cf1c0f4458a.tar.bz2 samba-855154b8136497589c7cf6d2c0ca7cf1c0f4458a.zip |
Ok, correct docs for this option (-F).
Jeremy.
(This used to be commit 147e2c2f72383828a038c05888f0ca1ad1d793ed)
Diffstat (limited to 'docs/manpages-3/smbclient.1.xml')
-rw-r--r-- | docs/manpages-3/smbclient.1.xml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index 444446d8bd..d6a300885e 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -340,19 +340,21 @@ <listitem><para><parameter>I</parameter> - 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 + files to be included in an extract or create (and therefore everything else to be excluded). See example below. Filename globbing works in one of two ways. See <parameter>r</parameter> below. </para></listitem> <listitem><para><parameter>X</parameter> - Exclude files and directories. - Causes tar files to be excluded from an extract or create. See + Causes files to be excluded from an extract or create. See example below. Filename globbing works in one of two ways now. See <parameter>r</parameter> below. </para></listitem> - <listitem><para><parameter>F</parameter> - File containing a list of include files and directories. - The <parameter>F</parameter> must be followed by a filename that - is read for a list of files and directories to include. The filename globbing - works in one of two ways. See <parameter>r</parameter> below. + <listitem><para><parameter>F</parameter> - File containing a list of files and directories. + The <parameter>F</parameter> causes the name following the tarfile to + create to be read as a filename that contains a list of files and directories to + be included in an extract or create (and therefore everything else to be excluded). + See example below. Filename globbing works in one of two ways. + See <parameter>r</parameter> below. <para></listitem> <listitem><para><parameter>b</parameter> - Blocksize. Must be followed @@ -395,7 +397,7 @@ a tar archive is created, <command>smbclient</command>'s tar option places all files in the archive with relative names, not absolute names. </para> - + <para><emphasis>Tar Filenames</emphasis></para> <para>All file names can be given as DOS path names (with '\\' @@ -428,6 +430,11 @@ <para><command>smbclient //mypc/myshare "" -N -tc backup.tar users\edocs </command></para> + <para>Create a tar file of the files listed in the file <filename>tarlist</filename>.</para> + + <para><command>smbclient //mypc/myshare "" -N -TcF + backup.tar tarlist</command></para> + <para>Create a tar file of all the files and directories in the share. </para> |