mirror of
https://github.com/restic/restic.git
synced 2026-05-04 01:45:23 +00:00
b79f18209f
We now use v4 of the module. `backoff.WithMaxRetries` no longer repeats an operation endlessly when a retry count of 0 is specified. This required a few fixes for the tests.