2023-01-08 14:34:30 +00:00
|
|
|
Bugfix: Make SFTP backend report no space left on device
|
2022-12-07 21:36:52 +00:00
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
Backing up to an SFTP backend would spew repeated SSH_FX_FAILURE messages when
|
|
|
|
the remote disk was full. Restic now reports "sftp: no space left on device"
|
2022-12-07 21:36:52 +00:00
|
|
|
and exits immediately when it detects this condition.
|
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
A fix for this issue was implemented in restic 0.12.1, but unfortunately the
|
|
|
|
fix itself contained a bug that prevented it from taking effect.
|
2022-12-07 21:36:52 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3336
|
|
|
|
https://github.com/restic/restic/pull/3345
|
|
|
|
https://github.com/restic/restic/pull/4075
|