bcardiff / docker-rclone

Docker image to use rclone to run cron sync with monitoring
https://hub.docker.com/r/bcardiff/rclone
MIT License
78 stars 62 forks source link

Use cron shortcuts #4

Open dantebarba opened 5 years ago

dantebarba commented 5 years ago

Is it possible to use the unix cron shortcuts on both cron expressions?.

Examples of shortcuts: @daily @hourly @weekly

hellaeon commented 5 years ago

+1

pfidr34 commented 5 years ago

Hi, I have updated this project to the most current version of rclone and built in cron shortcuts.

https://hub.docker.com/r/pfidr/rclone https://github.com/pfidr34/docker-rclone

bcardiff commented 5 years ago

I would say that those aliases should be supported as long as alpine's crontab supports them. The only check the image is doing is if the argument is set or not. It's opaque.

I am not sure what is the support status of that crontab extension.