Ubuntu 18.04 Crontab Gdrive Upload Not Working

Can you just resummarize what you have and what's configured and share the current error?

I can test on Ubuntu but I personally never use /etc/crontab as I use my user to enter stuff via crontab -e rather than using the system's crontab (makes changing per user easier imo)

Hey all. Sorry for the delay. We just moved house and been trying to get everything back to normal. In putting together all of the notes, I managed to fix it.

Issue was my /etc/crontab task, I had to make it:
10 18 * * * root /bin/bash /opt/rclone/scripts/upload_cloud >> /tmp/rclone.log 2>&1

Thanks so much everyone for your help!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.