Skip to content

Rsync your old files to your new server

Rsync your old files to your new server.

From your new server run the following commands:

rsync -vrplogDtH --progress -e ssh root@192.168.0.1:/home/ss/public_html/ /home/ss/public_html/

Post a Comment

You must be logged in to post a comment.