-
Notifications
You must be signed in to change notification settings - Fork 32
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
Invalid value for environment variable "RCLONE_VERSION"? #19
Comments
+1 - I forked the project in an attempt to submit a PR to fix it, but by simply forking it and making no changes, the subsequent docker hub build succeeded and my same exact config now works. I think @tynor88 may just need to trigger a build or something. |
Hi @Brian78912 and @SlothCroissant |
Hi @SlothCroissant and @tynor88 thanks, i have just run a test it's unfortunately not resolved in my case :( |
Be sure to remove the container with Does this happen on both images? @tynor88’s and my test fork? |
Done, same problem :( |
@SlothCroissant your build works, thanks :) at the moment i cannot get tynors to work, same error. |
I had the same issue before, but I did end up solving it like this: rclone:
image: tynor88/rclone
environment:
SYNC_DESTINATION: "ftp"
SYNC_COMMAND: "env RCLONE_VERSION=true rclone copy /data ftp:/**path_to_destination** --config /config/rclone.conf"
volumes:
- ./:/config
- /data:/data:ro Not the prettiest, but it gets the job done. |
@dsluijk Thanks, this works great thank you :) |
Still an issue. I don't get how a fork of this can have 1M+ pulls from dockerhub but not actually work?! |
Which fork?
…On Thu, 4 Mar 2021, 12:46 timdonovanuk, ***@***.***> wrote:
Still an issue. I don't get how a fork of this can have 1M+ pulls from
dockerhub but not actually work?!
https://hub.docker.com/r/that1guy/docker-rclone
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAV6P7YO2SLQSNRIJ6PUW7DTB5XJZANCNFSM4OKCA4WQ>
.
|
RCLONE_* is a predefined prefix of rclone options. |
Hi great solution, i use it to backup zoneminder pictures to the cloud :)
But sometime ago i started to get strange erros, and no data i synchronized
Error: Invalid value for environment variable "RCLONE_VERSION": strconv.ParseBool: parsing "current": invalid syntax
I have tryied to delte container and set it up again.
Hope sombody can help :)
Picture form portainer.io
The text was updated successfully, but these errors were encountered: