Christoph Anderson
Christoph Anderson
Hey @basldfalksjdf, the issue should be fixed in 0.16.1. Can you check? Cheers,
Hi @NahisWayard, Was the device online the whole time or was it put to sleep or standby?
What is your setup precisely? Client and then remote repository on S3? Which server do you mean? Kopia repository server?
Hm, this error is thrown by https://github.com/kopia/kopia/blob/c56d3303834a205274e5253e1a5ffa2511d49f11/internal/retry/retry.go#L58 The function tries to retry in case an error occurs. The error has to originate somewhere else i guess.
So the issue is not with the error itself it is more about the missing log?
Maybe i am wrong but it looks like that ```i``` was set to ```0``` and the function was called with ```count```equals -1 which caused the for loop to run indefinitely...
Kopia runs maintenance automatically (https://kopia.io/docs/advanced/maintenance/). There is another issue that aims to do it after certain actions: https://github.com/kopia/kopia/issues/3174. Storage is freed by running full maintenance.
@devzwf you may need to select an option in your S3 repository to delete files. If you do not select it only grows. We had this issue in the past:...
Hi @devzwf, was the storage freed up by now?
I can only think of lifecycle settings or versioning, or finally, about ACL rules that prevent a deletion. If the **full** maintenance is running, it should free up. Do you...