docker-rclone
docker-rclone copied to clipboard
Docker image to use rclone to run cron sync with monitoring
Hi! First of all, thank you for maintaining the fork! I have a use case where I want to do something like: A:/some/folder to B:/some/folder B:/another/folder to C:/some/different/name B:/foo/folder to...
Thank you for your kind contribution! I was looking for a Docker image just to do the job. But there is a tiny little problem, instead of an amd64 device,...
@JmzTaylor @pfidr34 , it took some fiddling and understanding of how docker handles symlinks for volumes but I was able to get this working by using the `--copy-links` flag in...
Hey, For some cases CRON_ABORT is not useful enough. e.g I usually upload data from different nodes to gdrive. The task is scheduled to run every minute. Unfortunately I don't...
Instead of healthchecks.io, I've always used the URL fields to send a request to a different notification service. This was fairly easy, since all of the requests are sent through...
Hello all, This is a copy of https://github.com/bcardiff/docker-rclone/issues/14 - not sure which issue tracker is better suited but I am currently using the pfidr34 fork. (reference: https://docs.docker.com/engine/reference/builder/#healthcheck) I wanted to...
A github action could be created to bump the rclone version on each release and then push it to dockerhub. This could be combined with the PR #42 and thus...
Create .github/workflows/Docker Images.yml to build images using Github Actions. Automaticly build images for platforms: linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/arm64,linux/arm/v7,linux/arm/v8 on push. Three repository secrets needed: DOCKERHUB_TOKEN DOCKERHUB_USERNAME GHCR_TOKEN