2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-15 01:51:40 +00:00
greatroar 62520bb7b4 sftp: Fix ENOSPC check
We now check for space that is not reserved for the root user on the
remote, and the check is no longer in a defer block because it wouldn't
fire. Some change in the surrounding code may have led the deferred
function to capture the wrong err variable.

Fixes #3336.
2022-12-07 21:06:46 +01:00
..
2022-07-17 13:40:15 +02:00
2022-07-17 13:40:06 +02:00
2022-10-14 14:33:49 +02:00
2022-12-07 21:06:46 +01:00
2017-07-23 14:19:13 +02:00
2017-07-23 14:19:13 +02:00
2022-10-21 21:36:05 +02:00
2018-04-01 10:16:31 +02:00
2018-04-01 10:16:31 +02:00
2022-09-25 11:35:35 +02:00