Auto back up database?

Does easyengine have the ability to auto backup databases and sent to email?

Hi @Ruriko,

On linux I use automysqlbackup to perform daily, weekly and monthly auto sql backups. You can install via:

sudo apt-get install automysqlbackup

Then:

sudo automysqlbackup

And finally you can edit your preferences with:

sudo nano /etc/default/automysqlbackup

Thanks it’s such a handy tool! would you happen to know where the documentation are? cause I’m trying to find out how to backup weekly only and get rid of daily backups

I can’t find the documentation either but daily backups will only keep backups for one past week (six backups at most).