2023-01-08 14:34:30 +00:00
|
|
|
Bugfix: Make `backup` no longer hang on Solaris when seeing a FIFO file
|
2022-11-28 19:36:55 +00:00
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
The `backup` command used to hang on Solaris whenever it encountered a FIFO
|
|
|
|
file (named pipe), due to a bug in the handling of extended attributes. This
|
|
|
|
bug has now been fixed.
|
2022-11-28 19:36:55 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4003
|
|
|
|
https://github.com/restic/restic/pull/4053
|