I need to backup a clients server (source) from our mediatemple server (destination) and then add it into a git repository while ssh'd in.
What is the most efficient/fastest way to do so? wget? or curl?
I only need to do this once. I'm not looking to setup rsync.
Update: I forgot to mention i only have ftp access to the clients server and shell access to our mediatemple server.