if you need to move a lot of files such as moving your website to a new server, rsync via ssh is a super simple way to accomplish the task:

(execute on the new server)

rsync -av -e ssh username@oldserverhost:/home/old_home/ /home/new_home/

leave out the v parameter (verbose) if you do not wish to see the progress.


Share it:
These icons link to social bookmarking sites where readers can share and discover new web pages.

  • Digg
  • del.icio.us
  • DZone
  • Ma.gnolia
  • Netscape
  • Reddit
  • StumbleUpon
  • YahooMyWeb