Jump to content


- - - - -

How to copy server to server


  • Please log in to reply
No replies to this topic

#1 wildweaselmi

wildweaselmi

    Administrator

  • Administrators
  • 1,024 posts

Posted 06 January 2012 - 10:14 AM

This is the method I use and it works great.  Just make sure you have SSH enabled on remote server.  Log into the source server and run the following command.

rsync -auv -e ssh --progress sourcedir/ user@dest.com:/dest/dir/

Example:
rsync -auv -e ssh --progress /var/www/helpdesk.mywiseguys.com/ joeuser@10.6.56.244:/var/www/helpdesk.mywiseguys.com/
Note: This will create helpdesk.mywiseguys.com on the destination server if it doesn't exist.





Similar Topics Collapse

  Topic Forum Started By Stats Last Post Info

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users