docker-rclone icon indicating copy to clipboard operation
docker-rclone copied to clipboard

Docker image to use rclone to run cron sync with monitoring

Results 9 docker-rclone issues
Sort by recently updated
recently updated
newest added

+ "COMMAND": variable was added to parametrize rclone execution. Now is possible to use not only sync command, but move, copy, or delete. + "FAIL_URL": Allows the user to set...

I ran into an issue where I'm trying to back up my NAS and the SYNC_SRC root only has directories in it. `rclone ls` only checks for files. `rclone lsf`...

Hello all, (reference: https://docs.docker.com/engine/reference/builder/#healthcheck) I wanted to raise a discussion to define a healthcheck for this image, either in the image itself or as a post-defined instruction for run /...

pls post an example to sync gdrive using cron

This image is currently running 1.47 while I need some features in 1.49. Instead of manually triggering builds or waiting for a change to this repo, you set up some...

FYI. Feedback welcome. See rclone/rclone#3460

The command "sync" is hardcoded in https://github.com/bcardiff/docker-rclone/blob/master/sync.sh. It should be parametrized to let users execute other rclone functions, like delete, copy, lsf.

Is it possible to use the unix cron shortcuts on both cron expressions?. Examples of shortcuts: `@daily @hourly` `@weekly`