I have ~100GB of data running on several Memcached servers, but we're migrating all of our infrastructure to Amazon AWS so I'd like to find a way to replicate this information on these new servers.
The problem I have right now is that to commit all the information to a database I need around 12-14 hours, and while this happens the app. has to go down (we get more data/unit of time than what we can save to the database).
Our main concern is for the app to stay alive during this period so I was wondering if you can suggest any tool that allows us to copy the data from one memcached server to another without having to bring servers down or have to worry about doing it by hand.