summaryrefslogtreecommitdiff
path: root/docs-xml/manpages
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-08-16 16:56:22 -0700
committerMichael Adam <obnox@samba.org>2013-08-21 17:28:57 +0200
commitf7dc59b3ad293105756433ef52c67e195eb49361 (patch)
treec6e5b1f7360bf69853a42a8aae89788c82e27d3a /docs-xml/manpages
parent4044e2beb7145afb261c98e100574e4e842e1b9e (diff)
downloadsamba-f7dc59b3ad293105756433ef52c67e195eb49361.tar.gz
samba-f7dc59b3ad293105756433ef52c67e195eb49361.tar.bz2
samba-f7dc59b3ad293105756433ef52c67e195eb49361.zip
Add documentation for the new -t <timeout> parameter in smbclient.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r--docs-xml/manpages/smbclient.1.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml
index c3fe1d7e65..06ca817c94 100644
--- a/docs-xml/manpages/smbclient.1.xml
+++ b/docs-xml/manpages/smbclient.1.xml
@@ -37,6 +37,7 @@
<arg choice="opt">-p port</arg>
<arg choice="opt">-R &lt;name resolve order&gt;</arg>
<arg choice="opt">-s &lt;smb config file&gt;</arg>
+ <arg choice="opt">-t &lt;per-operation timeout in seconds&gt;</arg>
<arg choice="opt">-k</arg>
<arg choice="opt">-P</arg>
<arg choice="opt">-c &lt;command&gt;</arg>
@@ -67,6 +68,7 @@
<arg choice="opt">-p port</arg>
<arg choice="opt">-R &lt;name resolve order&gt;</arg>
<arg choice="opt">-s &lt;smb config file&gt;</arg>
+ <arg choice="opt">-t &lt;per-operation timeout in seconds&gt;</arg>
<arg choice="opt">-T&lt;c|x&gt;IXFqgbNan</arg>
<arg choice="opt">-k</arg>
</cmdsynopsis>
@@ -348,6 +350,18 @@
&popt.common.connection;
<varlistentry>
+ <term>-t|--timeout &lt;timeout-seconds&gt;</term>
+ <listitem><para>This allows the user to tune the default
+ timeout used for each SMB request. The default setting is
+ 20 seconds. Increase it if requests to the server sometimes
+ time out. This can happen when SMB3 encryption is selected
+ and smbclient is overwhelming the server with requests.
+ This can also be set using the <command>timeout</command>
+ command inside smbclient.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>-T|--tar tar options</term>
<listitem><para>smbclient may be used to create <command>tar(1)
</command> compatible backups of all the files on an SMB/CIFS