1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-06 03:34:28 +00:00
restic/internal
Michael Terry 6a97833337 restore: clean up error handling when restoring metadata
- Fix a logic error that instead of reporting the *first*
  metadata-setting error that appears, we were instead reporting the
  *last* error (and only if the lchown call failed!).
- Don't show any errors when setting metadata for files in non-root
  mode (things like timestamps, attributes). Previously, only lchown
  errors were skipped. But other kinds of attribute errors make sense
  to skip as well. The code path happened to work correctly before
  because of the above logic error. But once that was fixed, this
  change needed to happen too.
2024-07-30 19:27:34 -04:00
..
archiver replace all uses of target in relation to backup 2024-07-24 19:40:53 +02:00
backend return exit code 10 if repository does not exist 2024-07-10 21:46:26 +02:00
bloblru Fix typos 2024-07-03 20:02:06 +02:00
checker check: suggest using repair packs to repair truncated pack files 2024-07-05 20:04:25 +02:00
crypto
debug
dump
errors
feature s3: forbid anonymous authentication unless explicitly requested 2024-07-10 20:10:27 +02:00
filter
fs archiver: extract Readdirnames to fs package 2024-07-05 21:03:34 +02:00
fuse
migrations
options
repository Fix typos 2024-07-03 20:02:06 +02:00
restic restore: clean up error handling when restoring metadata 2024-07-30 19:27:34 -04:00
restorer Merge pull request from MichaelEischer/fix-restore-truncation 2024-07-21 12:28:12 +02:00
selfupdate
test
textfile
ui restorer: only show size in text output for files 2024-07-20 12:46:28 +02:00
walker Update snapshot summary on rewrite 2024-07-16 12:06:50 -05:00