2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-25 20:12:36 +00:00
restic/internal
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
..
archiver Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
backend sftp: Fix ENOSPC check 2022-12-07 21:06:46 +01:00
bloblru bloblru: Upgrade to hashicorp/golang-lru/v2 2022-11-27 17:18:13 +01:00
cache Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
checker Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
crypto crypto: move crypto buffer helpers 2022-07-17 13:42:23 +02:00
debug Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
dump Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
errors errors: Drop WithMessage 2022-10-14 14:06:47 +02:00
filter remove no longer necessary conditional compiles 2022-11-27 13:18:44 +01:00
fs Merge pull request #4063 from MichaelEischer/replace-ioutil-usage 2022-12-02 21:49:40 +01:00
fuse Merge pull request #4020 from greatroar/fuse-inode 2022-12-02 22:28:15 +01:00
hashing Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
index index: Compact data structure for Index.EachByPack 2022-10-29 23:09:17 +02:00
migrations Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
options backend, options: Prefer strings.Cut to SplitN 2022-12-02 19:19:14 +01:00
pack repository: optimize MasterIndex.Each 2022-09-24 12:21:59 +02:00
repository Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
restic Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
restorer Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
selfupdate Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
test Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
textfile Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
ui Merge pull request #3993 from MichaelEischer/backup-json-full-snapshot-id 2022-11-12 20:42:35 +01:00
walker rewrite: Fail if a tree contains an unknown field 2022-11-12 19:55:22 +01:00