2024-11-03 21:53:09 +00:00
|
|
|
Bugfix: Do not retry load/list operation if SFTP connection is broken
|
2024-10-21 19:41:56 +00:00
|
|
|
|
2024-11-03 21:53:09 +00:00
|
|
|
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.
|
2024-10-21 19:41:56 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/5101
|
2024-11-03 21:53:09 +00:00
|
|
|
https://forum.restic.net/t/restic-hanging-on-backup/8559
|