Skip to content

2 scripts to create a full backup and an incremental backup of a MySQL database into a S3 (Amazon AWS) bucket. They can be easily setup as cron tasks to be done daily.

License

cviedmai/MySQL_S3_Backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2 scripts to create a full backup and an incremental backup of a MySQL database into a S3 (Amazon AWS) bucket. They can be easily setup as cron tasks to be done daily.

MySQL binary logging must be enabled. For that make sure the MySQL config file (my.cnf normally under /etc/mysql/) has the following line in it:

log_bin = /var/db/mysql/binlog/mysql-bin

The path must match with that in the config.rb file.

Original code examples from Paul Dowman’s blog: http://pauldowman.com/
Copyright 2009 Paul Dowman, http://pauldowman.com/

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

2 scripts to create a full backup and an incremental backup of a MySQL database into a S3 (Amazon AWS) bucket. They can be easily setup as cron tasks to be done daily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%