mirror of
https://github.com/restic/restic.git
synced 2025-01-03 13:45:20 +00:00
Add entry to changelog
This commit is contained in:
parent
ee5e14d536
commit
b5b246edd5
1 changed files with 11 additions and 0 deletions
11
changelog/unreleased/issue-1730
Normal file
11
changelog/unreleased/issue-1730
Normal file
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue