From: Michael Orlitzky Date: Wed, 18 Apr 2018 00:38:31 +0000 (-0400) Subject: bin/untangle-https-backup: expect and report socket timeouts. X-Git-Tag: 0.0.8~2 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=04cae0dd1a7186272fc174bb68dc7e0f824a8794;hp=04cae0dd1a7186272fc174bb68dc7e0f824a8794;p=untangle-https-backup.git bin/untangle-https-backup: expect and report socket timeouts. In the last commit, a configurable socket "timeout" was added. If that timeout is reached, a socket.timeout exception will be thrown. This commit catches those exceptions in the main executable, reports them gracefully, and proceeds with the remaining backups. ---