Hi, you may like to copy whole folders from one server to another.

as long your both server support ssh you should try

scp -r username1@xxx.xxx.xxx.xxx:/home/folderorg username2@yyy.yyy.yyy.yyy:/home/folderdest

its very fast, because you dont have to copy the files to your local pc first.

Just replace username1 with the username from your first server
and xxx.xxx with the IP from your original server

and username2 with the username from your first server
and yyy.yyy with the IP from your destination server

you may also login to your original server and just do
scp -r  /home/folderorg  username2@yyy.yyy.yyy.yyy:/home/destfolder

have fun

Category: coding
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>