If they get back to me I will post a reply here. So far, last they said they identified the issue but would take several days to roll out a fix to all their servers. In the meantime, I have some files getting through but most of them finish uploading, don't appear in the opendrive directory and rclone keeps trying to re-upload over and over again
yes this is what is happening to me and yes please keep us posted, thank you.
I might have a workaround that's working - I have to be sure before I post
can u give me a hint on pm if not i will wait for your public reply here, thanks.
The commands are the same so OS won't matter (I am using Ubuntu 22.04 LTS headless on two separate cloud compute instances on oracle cloud if it does end up mattering)
Before I was running a command like this and it was in a reupload loopty loop
rclone copy --progress /path1/path2 container: --transfers 10
But then it occured to me that it might not like using the container root (even though it was working before and the directory tree at the source matched so the files would end up in the correct place)
So now I am doing more like this and it seems to be working better (still some files not appearing then re-uploading but seems significantly better)
rclone copy --progress /path1/path2/path3 container:/path/path2/path3 --transfers 10 - then whatever --variables you want.
If you were using the container root like me try doing it that way so it's not having to read too deeply into subdirectories
are u using rclone on a docker container? am using mine nativelty on debian 12 server.
please lets us know when opendrive get back to you
Not on docker. But I am running it using screen so I can close the ssh terminal and leave it running
ahh ok. well it is not working for me unfortunately
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.