2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-27 23:36:40 +00:00
restic/internal/backend/rest
Michael Eischer e4bbde7036 rclone: Workaround for incorrect "not found" errors while listing files
rclone returns a "not found" error if an internal error occurs while
listing a folder. Ignoring this error lets restic erroneously think that
there are no files, which can cause `prune` to wipe the whole
repository.
2024-01-09 18:28:17 +01:00
..
config_test.go location: extract backend specific part of StripPassword 2023-06-17 15:15:58 +02:00
config.go feat: support reading REST credentials from env 2023-10-20 13:04:58 +02:00
rest_int_test.go backend: pass context into every backend constructor 2023-06-17 15:15:57 +02:00
rest_test.go Fix linter warnings 2023-06-17 15:15:58 +02:00
rest.go rclone: Workaround for incorrect "not found" errors while listing files 2024-01-09 18:28:17 +01:00