We have two servers. The first is the live server, which our employees ues. The second is the dev server, which we use to develop, test, and debug programs. We sometimes need to dump database information from the live server to the dev server.
Yep, in the end, we decided to use rsync to copy...