From: Jeremy Allison Date: Thu, 16 Feb 2006 22:04:20 +0000 (+0000) Subject: Ok, correct docs for this option (-F). X-Git-Tag: samba-4.0.0alpha6~801^2~1935 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=855154b8136497589c7cf6d2c0ca7cf1c0f4458a;p=thirdparty%2Fsamba.git Ok, correct docs for this option (-F). Jeremy. (This used to be commit 147e2c2f72383828a038c05888f0ca1ad1d793ed) --- diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index 444446d8bdb..d6a300885eb 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -340,19 +340,21 @@ 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 + 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 r below. X - 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 r below. - F - File containing a list of include files and directories. - The F 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 r below. + F - File containing a list of files and directories. + The F 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 r below. b - Blocksize. Must be followed @@ -395,7 +397,7 @@ a tar archive is created, smbclient's tar option places all files in the archive with relative names, not absolute names. - + Tar Filenames All file names can be given as DOS path names (with '\\' @@ -428,6 +430,11 @@ smbclient //mypc/myshare "" -N -tc backup.tar users\edocs + Create a tar file of the files listed in the file tarlist. + + smbclient //mypc/myshare "" -N -TcF + backup.tar tarlist + Create a tar file of all the files and directories in the share.