2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-15 15:22:22 +00:00
restic/internal/backend/rest
Michael Eischer 2e8de9edfd 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:20:16 +01:00
..
config_test.go location: extract backend specific part of StripPassword 2023-06-17 15:15:58 +02:00
config.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
rest_int_test.go move Backend interface to backend package 2023-10-25 23:00:18 +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:20:16 +01:00