From b5b246edd5dd67002cbd21541f7b18902fc0d1a3 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Fri, 20 Apr 2018 14:23:29 +0200 Subject: [PATCH] Add entry to changelog --- changelog/unreleased/issue-1730 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/unreleased/issue-1730 diff --git a/changelog/unreleased/issue-1730 b/changelog/unreleased/issue-1730 new file mode 100644 index 000000000..c22476b87 --- /dev/null +++ b/changelog/unreleased/issue-1730 @@ -0,0 +1,11 @@ +Bugfix: Ignore sockets for restore + +We've received a report and correct the behavior in which the restore code +aborted restoring a directory when a socket was encountered. Unix domain socket +files cannot be restored (they are created on the fly once a process starts +listening). The error handling was corrected, and in addition we're now +ignoring sockets during restore. + +https://github.com/restic/restic/issues/1730 +https://github.com/restic/restic/pull/1731 +