/suitecrm_backup

A simple Python script that automates backing up a SuiteCRM installation to a remote Google Drive

Primary LanguagePython

Description

A simple Python script that automates backing up a SuiteCRM installation 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

Example

Execute crontab -e and add the following at the end

0 1 * * * /root/backup_scripts/backup_suitecrm.py > /var/log/backup.log