-
Notifications
You must be signed in to change notification settings - Fork 339
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
Onedrive reports 400/404 errors, killing the backup #611
Comments
I'm getting this also which is making Duplicacy pretty much unusable on OneDrive. To complete my backup I ended up wrapping duplicacy in a loop so it keeps retrying. That seems to have helped with the initial back up but a second revision has left lots of tmp files lying around on OneDrive and when running a duplicacy check it's complaining about missing chunks. |
This issue has been mentioned on Duplicacy Forum. There might be relevant details there: https://forum.duplicacy.com/t/onedrive-odb-issue-with-jobs-dying/5019/1 |
I have the same problem. I try to do an initial backup of about 400 GB to ODB and the backup always fails after a few hours. I always get the slightly different but possibly related error: Failed to upload the chunk x: 400 Unexpected response |
This issue has been mentioned on Duplicacy Forum. There might be relevant details there: |
My backups keep failing because of things like:
Failed to upload the chunk x: 400 Bad Request
Failed to upload the chunk y: 404 Item not found
It seems like the OneDrive API returns random 4xxs that aren't fully correct.
Fixing this is just removing the added check here:
duplicacy/src/duplicacy_oneclient.go
Line 184 in b392302
The text was updated successfully, but these errors were encountered: