January 6, 201214 yr 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/[/code] Note: This will create helpdesk.mywiseguys.com on the destination server if it doesn't exist.
Create an account or sign in to comment