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/
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