2021-02-13 23:57:54 +00:00
|
|
|
Bugfix: Do not hang until foregrounded when completed in background
|
2020-12-06 17:28:19 +00:00
|
|
|
|
|
|
|
On Linux, when running in the background restic failed to stop the terminal
|
|
|
|
output of the `backup` command after it had completed. This caused restic to
|
2021-02-13 23:57:54 +00:00
|
|
|
hang until moved to the foreground. This has now been fixed.
|
2020-12-06 17:28:19 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/3152
|
|
|
|
https://forum.restic.net/t/restic-alpine-container-cron-hangs-epoll-pwait/3334
|