Skip to content

adarshv/mysql-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Automated MySQL Backup

Automated backups of mysql databases on UNIX-like systems.

Installation

Download the script and edit it with your own MySQL credentials.

wget https://git.io/JJGar -O mysqlsetup.sh
nano -w mysqlsetup.sh
[Replace with your own values: DB_DATABASE, DB_USER, DB_PASSWORD and DB_HOST]

Perform a MySQL manual backup

sh mysqlsetup.sh backup

Schedule a daily MySQL backup at 1AM

sh mysqlsetup.sh schedule

License

Copyright (C) 2020 Adarsh Vengarathodi mail@adarshv.com

Attribution required: Please include my name in any derivative and let me know how you have improved it!

About

Automated backups of mysql databases on UNIX-like systems.

Resources

License

Stars

Watchers

Forks

Contributors

Languages