A Python script that automates backup of OpenProject files to a remote Google Drive
It assumes the existence of Rclone tool
This script can be automated to run on specified intervals using a crontab
Failures are reported by sending an email to a configured account via Gmail SMTP
Execute crontab -e
and add the following at the end
0 1 * * * /root/backup_scripts/backup_openproject.py > /var/log/backup.log