刘凡 9ff4d1d109 add S3,archive,truncate | 2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
mysql2s3.py | 2 years ago |
Simple utility that dumps mysql databases and archives them to send to Amazon S3
Define Servname and DB credentials serverName = '' dbUser = '' dbPass = ''
Define prefix for archive name (usually servername_ note: date gets added automatically) folderName = ''
Define Amazon S3 credentials access_key = '' secret_key = '' bucket = ''