Merge pull request #5101 from MichaelEischer/sftp-load-error

sftp: check for broken connection in Load/List operation
This commit is contained in:
Michael Eischer
2024-11-01 16:05:29 +01:00
committed by GitHub
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Bugfix: Do not retry load/list operation is 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 is broken.
This has been fixed now.
https://github.com/restic/restic/pull/5101
https://forum.restic.net/t/restic-hanging-on-backup/8559/2