I’ve got a simple script that compresses the a file and then uploads it to google drive. I’d like to set this as a cron job every day at 6:30am. I’ve tried the following below after running the command crontab -e as root and it won’t run at all however the commands in the script run when I manually run the script.
Thanks,
Mas