diff options
Diffstat (limited to 'docs-xml')
-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 |