2
2
mirror of https://github.com/octoleo/restic.git synced 2025-04-09 08:01:51 +00:00
2024-11-08 20:36:25 +01:00

9 lines
341 B
Plaintext

Bugfix: Do not retry load/list operation if SFTP connection is broken
When using restic with the SFTP backend, backend operations that load a
file or list files were retried even if the SFTP connection was broken.
This has now been fixed.
https://github.com/restic/restic/pull/5101
https://forum.restic.net/t/restic-hanging-on-backup/8559