I don't know of anything like this, but if all that you're trying to do is have copies of every table, this is very easy. The best thing to do is just do daily backups. I think this may be less strain on your server. Otherwise, if you insist on having instant backups, just modify your scripts. Depending on how complex your scripts are, it seems that all you would have to do is copy your queries and change the table names. Does that make sense?