woxxy / MySQL-backup-to-Amazon-S3

Backup daily/weekly/monhtly all your MySQL databases to Amazon S3 via SH and s3cmd
MIT License
321 stars 127 forks source link

multiple database #19

Closed iamkingsleyf closed 8 years ago

iamkingsleyf commented 9 years ago

Hello;

How can i use this to upload multiple DB on a server?

codex73 commented 8 years ago

What do you mean @iamkingsleyf "upload multiple DB on a server"? The script is designed to grab a dump of your configured settings database server and upload to Amazon S3.

mgntrn commented 8 years ago

I think he means that a sql-dump is created for each database, instead of one combined sql file.

iamkingsleyf commented 8 years ago

i now understand how it works, with the help of automysqlbackup i use it to backup multiple DBs