mirror of
https://github.com/restic/restic.git
synced 2025-11-01 16:00:39 +00:00
Handle lack of space and remove broken files in SFTP backend
This commit is contained in:
8
changelog/unreleased/issue-3336
Normal file
8
changelog/unreleased/issue-3336
Normal file
@@ -0,0 +1,8 @@
|
||||
Enhancement: SFTP backend now checks for disk space
|
||||
|
||||
Backing up over SFTP previously spewed multiple generic "failure" messages
|
||||
when the remote disk was full. It now checks for disk space before writing
|
||||
a file and fails immediately with a "no space left on device" message.
|
||||
|
||||
https://github.com/restic/restic/issues/3336
|
||||
https://github.com/restic/restic/pull/3345
|
||||
Reference in New Issue
Block a user