Page 1 of 1

Setting Cronjob For RCLONE To Google Drive & MYSQL Dumps

Posted: Thu Apr 22, 2021 7:10 am
by bankzy
Hi,

I'm trying to setup a weekly cronjob for rclone to my external cloud google drive and also to do mysql dumps weekly. Can someone direct me the best possible method to achieve such a thing?

The rclone command I have currently working in my SSH is

Code: Select all

rclone copy --update --verbose --transfers 30 --checkers 8 --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --stats 1s "/home/site/pubic_html" "gdrive:public_html"