2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 07:00:49 +00:00
restic/changelog/unreleased/issue-4003

9 lines
318 B
Plaintext
Raw Normal View History

Bugfix: Backup no longer hangs on Solaris when seeing a FIFO file
Restic backup used to hang on Solaris whenever it encountered a FIFO file
(named pipe), due to a bug in the extended attribute handling. This bug has
been fixed.
https://github.com/restic/restic/issues/4003
https://github.com/restic/restic/pull/4053