diff options
author | Jeremy Allison <jra@samba.org> | 2013-08-16 16:56:22 -0700 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-08-21 17:28:57 +0200 |
commit | f7dc59b3ad293105756433ef52c67e195eb49361 (patch) | |
tree | c6e5b1f7360bf69853a42a8aae89788c82e27d3a | |
parent | 4044e2beb7145afb261c98e100574e4e842e1b9e (diff) | |
download | samba-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>
-rw-r--r-- | docs-xml/manpages/smbclient.1.xml | 14 |
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 <name resolve order></arg> <arg choice="opt">-s <smb config file></arg> + <arg choice="opt">-t <per-operation timeout in seconds></arg> <arg choice="opt">-k</arg> <arg choice="opt">-P</arg> <arg choice="opt">-c <command></arg> @@ -67,6 +68,7 @@ <arg choice="opt">-p port</arg> <arg choice="opt">-R <name resolve order></arg> <arg choice="opt">-s <smb config file></arg> + <arg choice="opt">-t <per-operation timeout in seconds></arg> <arg choice="opt">-T<c|x>IXFqgbNan</arg> <arg choice="opt">-k</arg> </cmdsynopsis> @@ -348,6 +350,18 @@ &popt.common.connection; <varlistentry> + <term>-t|--timeout <timeout-seconds></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 |