We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HOME > SETUP > BACKUPS
Database backups are imperative and can be set up using an rsync cronjob on a mysqldump command.
mysqldump --user=USER --host=DBHOST --port=3306 --password=PASSWORD DBNAME > /home/lorisadmin/ProdDump/`date +%Y-%m-%d.sql`;
Initial Setup
Resources