with daily, weeky and monthly backup retention policy. Offers incremental backups and auto purging of older backup to free up disk space
Author: M Yakub Mizan
URL: http://mymizan.rocks/
Backup your mysql database automatically and optinally compress it with tar
- Clone the git repository on your server
- Adjust the confiuration variables in backup.sh
- Make it executable with chmod a+x backup.sh
- Add it to your crontab to run automatically
Let me know your feature requests and suggestions. I will implement it, if I can.