]> gitweb.michael.orlitzky.com - untangle-https-backup.git/commitdiff
doc: document the new socket timeout option.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 18 Apr 2018 00:41:04 +0000 (20:41 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 18 Apr 2018 00:46:58 +0000 (20:46 -0400)
doc/man8/untangle-https-backup.8
doc/untangle-https-backup.example.ini

index 0f3d88a5e4f656098161baf23b83113d1c61c6a2..bca442055e6c8880ca730752705d53fd208bccb8 100644 (file)
@@ -45,9 +45,11 @@ The Untangle admin password.
 .IP \fBversion\fR\ (default:\ \fI13.1\fR)
 The major version of Untangle running on this host. Versions \fI9\fR,
 \fI10\fR, \fI11\fR, \fI12\fR, \fI13\fR, and \fI13.1\fR are supported.
-.IP \fBverify_cert\fR\ (default:\ False)
+.IP \fBverify_cert\fR\ (default:\ \fIFalse\fR)
 Whether or not to verify the site's SSL certificate, either
 \fITrue\fR or \fIFalse\fR.
+.IP \fBtimeout\fR\ (default:\ \fI300\fR)
+How long to wait for socket operations to complete, in seconds.
 .SH EXAMPLES
 .P
 It is difficult to invoke untangle-https-backup incorrectly:
index 44663116cc5d970d62ee7dfa940cf9e4b09a34db..c79d8878c16157f6d4673a41a1885d48afaa6033 100644 (file)
@@ -8,3 +8,4 @@ username = root
 password = hunter2
 version = 9
 verify_cert = True
+timeout = 100