Skip to content
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 not auto sync #47

Open
hendrawan98 opened this issue Jul 18, 2021 · 2 comments
Open

rclone not auto sync #47

hendrawan98 opened this issue Jul 18, 2021 · 2 comments

Comments

@hendrawan98
Copy link

hi there, i'm just trying deploy to heroku and notice that rclone seems like not auto sync and not displaying push or pull rclone button in editor.

here are 2 way try to reproduce:

  • first:
    • i'm deploy using deploy-code-server via heroku template
    • the value of RCLONE_AUTO_PULL and RCLONE_AUTO_PUSH im not set in heroku variable which by default is true
  • second:
    • deploy using deploy-code-server via heroku template
    • the value of RCLONE_AUTO_PULL and RCLONE_AUTO_PUSH im set in heroku to true

is there any wrong with my reproduce?

@bpmct
Copy link
Member

bpmct commented Jul 19, 2021

Thanks for the detailed instructions. I'll give this a shot ASAP and get a fix underway :)

@peterlamhk
Copy link

I faced the same issue and there is a log when the Heroku dyno boots up:
2021-08-08TXX:XX:XX.XXXXXX+00:00 app[web.1]: cp: cannot stat '/tmp/rclone-tasks.json': No such file or directory

The rclone-tasks.json exists in the docker image but the /tmp folder is being emptied during the boot.
Moving the file to another path solved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants