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 60 forks source link

pls post and example to sync gdrive using cron #13

Open shrikant2002 opened 4 years ago

shrikant2002 commented 4 years ago

pls post an example to sync gdrive using cron

shrikant2002 commented 4 years ago

do i have to add the following in task scheduler in my synology nas ??

sudo docker run --rm -it -v $(pwd)/config:/config -e SYNC_SRC="kd6:/Test" -e SYNC_DEST="kd2:/Test" -e TZ="America/Chicago" -e CRON="0 ? " pfidr/rclone