2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-20 01:32:22 +00:00
restic/internal/backend/retry
Michael Eischer 648edeca40 retry: Do not retry Stat() if file does not exist
In non test/debug code, Stat() is used exclusively to check whether a
file exists. Thus, do not retry if a file is reported as not existing.
2022-12-03 11:42:48 +01:00
..
backend_retry_test.go retry: Do not retry Stat() if file does not exist 2022-12-03 11:42:48 +01:00
backend_retry.go retry: Do not retry Stat() if file does not exist 2022-12-03 11:42:48 +01:00
testing.go backend: Split RetryBackend into own package 2022-10-21 21:38:17 +02:00