-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Rclone / OneDrive integration is unstable with rclone v1.66. Consider updating. #563
Comments
If anybody interested, here is the relevant part from restic debug log:
|
Thanks for reporting this, I think we'll get a version bump to at least 1.68.2-r0 I'm expecting to run a patch release sometime either this week or early next, once I get a few more PRs in. |
Nice, thanks. Is it possible to add and run start.sh (or something like that), that gets executed at container start? |
rclone still old verion in new release. :) (also, no favicon for backrest or something on my side?) |
Thankfully I found this thread before I panicked and started debugging on my end 😂 |
Thanks for calling out the missed upgrade -- I'm pretty surprised that the alpine package isn't using the latest version when running the docker build. If anyone sees an obvious issue with how rclone is being installed please let me know. The build script is running apk with I'll spent a bit of time looking at this before pushing out the next release. |
I see that the Dockerfile has "FROM alpine:latest" that tracks the latest stable distro version that doesn't necessarily include the latest version from the packages. You would need to switch to "alpine:edge" to track those. |
I can confirm that updating fixes the problem. I was also affected by this, glad I don't have to look for another solution :). |
Hi devs! First of all, thank you for this awesome project!
I've ran into an issue with the latest Backrest v1.6.1 docker image. It has rclone v1.66.0 installed that has a randomly occurring bug in restic <-> rclone communication.
The error message looks like this:
The "924efb6bc1" file is there, just there is a communication error between restic and rclone.
It seems that the bug was fixed in rclone v1.67.0. Updating the rclone version in docker image fixes the issue on my computer.
Please consider updating the docker image.
Thank you!
The text was updated successfully, but these errors were encountered: