rclone not auto sync
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_PULLandRCLONE_AUTO_PUSHim not set in heroku variable which by default is true
- second:
- deploy using deploy-code-server via heroku template
- the value of
RCLONE_AUTO_PULLandRCLONE_AUTO_PUSHim set in heroku to true
is there any wrong with my reproduce?
Thanks for the detailed instructions. I'll give this a shot ASAP and get a fix underway :)
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.