-
Notifications
You must be signed in to change notification settings - Fork 3
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
UNIQUE constraint failed: snapshot_excludes.hash, snapshot_excludes.path #76
Comments
Hello! Thank you for the bug report! It seems that restic might be returning the same path more than once in an I have tested locally creating a snapshot passing the same exclude path twice and indeed restic returns the same directory twice from |
If you could run |
That seems plausible, i have around 1000 snapshots, with the oldest from 2016. With
Of course it is a snapshot from 3 years ago :) |
PR #77 fixes this if you want to test if it works for you. Otherwise no worries I've tested it locally and will merge and release it later. |
Thanks for the fix! I can confirm that redu 0.2.10 does indeed successfully process my restic repo. |
Awesome. Thanks! |
Version: v0.2.9 / e5f58fd
last lines from the log:
Cool project!
The text was updated successfully, but these errors were encountered: