mirror of
https://github.com/restic/restic.git
synced 2025-08-25 09:51:56 +00:00
Prepare changelog for 0.15.0
This commit is contained in:
12
changelog/0.15.0_2023-01-12/issue-3336
Normal file
12
changelog/0.15.0_2023-01-12/issue-3336
Normal file
@@ -0,0 +1,12 @@
|
||||
Bugfix: Make SFTP backend report no space left on device
|
||||
|
||||
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"
|
||||
and exits immediately when it detects this condition.
|
||||
|
||||
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.
|
||||
|
||||
https://github.com/restic/restic/issues/3336
|
||||
https://github.com/restic/restic/pull/3345
|
||||
https://github.com/restic/restic/pull/4075
|
Reference in New Issue
Block a user