Closed rehanone closed 1 year ago
Thanks for reporting! Can you give the complete ouput so it becomes clear at which state this happens? (Using a higher log level could also help) Can you also check if there is a leftover rclone process?
@aawsome, Thanks for response! I have checked for leftover rclone
and rustic
processes and restarted the VM as well but it does not help.
Here is the full log:
Which version of rustic are you using? This seems like a timeout problem which has been already resolved in the current beta version, but is still present in 0.5.4...
Maybe related: https://github.com/rustic-rs/rustic/discussions/683, https://github.com/rustic-rs/rustic/pull/720
Can you try if the error still occurs with the latest beta version?
If yes, can you increase the rclone verbosity to see why rclone stops working? Which backend are you actually using? Searching for the rclone error I only found https://forum.rclone.org/t/connection-reset-context-canceled/22941 which indicates similar problems with jottacloud...
@aawsome , I do not see the beta version on the releases page on github. I have this same issue happing on another VM now which may indicate that something in this repo is causing it?
The nightly builds are available here: https://github.com/rustic-rs/nightly
Your repository is perfectly fine (if check
doesn't complain...), however rustic isn't able to upload a pack file - either rclone isn't able to upload it or rustic terminates the upload before rclone is able to finish. In the second case, this is a rustic bug which should have been fixed in the nightly builds.
The nightly version seams to have fixed the issue. :) Is there any release plan?
Actually, 0.6.0 is due since a couple of week - I'm unfortunately only missing the time to finally release it. So, I hope it will be very soon...
Closing this issue as 0.6.0 is just released. Binaries will also be available soon...
During a running backup I mistakenly assumed that a wrong target path was being backed up and decided to kill the backup by using
Ctrl-C
. Now I am unable to backup that path as the program goes in a loop printing failure messages like this.I have already tried
check
andprune
commands and still get the same error. It looks like something to do with rclone but I have no idea what it could be or if it is an issue withrustic
. There is no cache for rclone in path/root/.cache
as well.