mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 14:17:42 +00:00
Changelog for ENOSPC handling bug
This commit is contained in:
parent
62520bb7b4
commit
83d23b3ae8
12
changelog/unreleased/issue-3336
Normal file
12
changelog/unreleased/issue-3336
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Bugfix: SFTP backend now checks for disk space
|
||||||
|
|
||||||
|
A backup to an SFTP backend would spew repeated SSH_FX_FAILURE messages when
|
||||||
|
the remote disk is full. Restic now reports "sftp: no space left on device"
|
||||||
|
and exits immediately when it detects this condition.
|
||||||
|
|
||||||
|
A fix for this issue was promised in restic 0.12.1, but the fix itself
|
||||||
|
contained a bug that prevented it from triggering.
|
||||||
|
|
||||||
|
https://github.com/restic/restic/issues/3336
|
||||||
|
https://github.com/restic/restic/pull/3345
|
||||||
|
https://github.com/restic/restic/pull/4075
|
Loading…
Reference in New Issue
Block a user