Igor Fedorenko
|
aa333f4d49
|
Implement RetryBackend.List()
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
|
2018-01-29 22:14:12 -05:00 |
|
Igor Fedorenko
|
8c550ca011
|
fixed restic-check does not retry backend.Test failures
added missing RetryBackend.Test implementation
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
|
2018-01-06 23:22:35 -05:00 |
|
Alexander Neumann
|
6c2b2a58ad
|
backend: Retry deletes
|
2017-12-22 22:41:28 +01:00 |
|
George Armhold
|
0dc31c03e1
|
remove check for context.Canceled
gh-1434
|
2017-12-06 05:38:29 -05:00 |
|
George Armhold
|
be24237063
|
make retry code context-aware.
detect cancellation in backend, so that retry code does not keep trying
once user has hit ^c
gh-1434
|
2017-12-03 07:22:14 -05:00 |
|
Alexander Neumann
|
0b44c629f2
|
retry: Remove file after failed save
|
2017-11-30 22:05:14 +01:00 |
|
Alexander Neumann
|
8dc952775e
|
backend: Correctly retry Save() calls
Make sure the given reader is an io.Seeker and rewind it properly each
time.
|
2017-10-17 21:46:38 +02:00 |
|
Alexander Neumann
|
897c923cc9
|
Retry failed backend requests
|
2017-10-14 15:56:25 +02:00 |
|