mirror of
https://github.com/restic/restic.git
synced 2025-10-10 09:57:58 +00:00
retry/rclone: retry errors up to 5 times
This commit is contained in:
@@ -341,6 +341,12 @@ func (be *Backend) Close() error {
|
||||
return be.waitResult
|
||||
}
|
||||
|
||||
func (be *Backend) Properties() backend.Properties {
|
||||
properties := be.Backend.Properties()
|
||||
properties.HasFlakyErrors = true
|
||||
return properties
|
||||
}
|
||||
|
||||
// Warmup not implemented
|
||||
func (be *Backend) Warmup(_ context.Context, _ []backend.Handle) ([]backend.Handle, error) {
|
||||
return []backend.Handle{}, nil
|
||||
|
Reference in New Issue
Block a user