Files
restic/changelog/unreleased/issue-4515
2023-10-22 13:25:32 -05:00

9 lines
278 B
Plaintext

Change: Don't retry to load files that don't exist
Restic used to always retry to load files. It now only retries to load
files if they exist.
https://github.com/restic/restic/issues/4515
https://github.com/restic/restic/issues/1523
https://github.com/restic/restic/pull/4520