Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 668 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 668 Bytes

==== BASH Backup Script

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/

=== MySQL Daily Backup Script

Backup your mysql database automatically and optinally compress it with tar

=== Installation

  1. Clone the git repository on your server
  2. Adjust the confiuration variables in backup.sh
  3. Make it executable with chmod a+x backup.sh
  4. Add it to your crontab to run automatically

=== Feature Request

Let me know your feature requests and suggestions. I will implement it, if I can.