-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prune/Clean not working #156
Comments
So did I get you right, you run |
Yep - all in one shell session, too. |
Which type of repository do you use? Sounds like a problem in the backend. |
It is on backblaze b2, which is well-supported and I've never had issues with that backend using restic manually. |
I don't have an idea about this right now. |
No worries - hopefully someone else who has run into this eventually finds this thread and are able to provide some insight into this. |
Chiming in. I set up resticker to replace my former directly invoked restric process with b2 and am still proving it out. Today I noticed the three restic pods were in a restart loop because of a stale lock from 59 hours prior. After clearing the lock I was unable to reproduce the full restart loop. I did however observed the same as @JaneJeon reports in my Sharing here if it helps or if any further knowledge is out there. Will report if I find anything more useful.
|
The backups and the prune/clean are running with an hour+ of interval in-between, so I know for a fact that it's not actually a concurrency problem.
However, I noticed that for months, the prune/clean steps haven't been running:
I thought maybe there's a stale lock? So I dropped a shell onto the prune container, and typed
restic unlock
. It worked:except when I try to run prune after, it complains about the exact same lock issue.
Something weird is going on with the backup/prune/clean containers and locks - it spans hours after a backup has finished, so it's not a matter of "race condition". Thoughts?
The text was updated successfully, but these errors were encountered: