github.com/mckael/restic@v0.8.3/changelog/0.8.1_2017-12-27/pull-1459 (about) 1 Bugfix: Disable handling SIGPIPE 2 3 We've disabled handling SIGPIPE again. Turns out, writing to broken TCP 4 connections also raised SIGPIPE, so restic exits on the first write to a 5 broken connection. Instead, restic should retry the request. 6 7 https://github.com/restic/restic/pull/1459 8 https://github.com/restic/restic/issues/1457 9 https://github.com/restic/restic/issues/1466