mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9 lines
363 B
Plaintext
9 lines
363 B
Plaintext
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
|