Please I need help On Nginx

First of install rsync on both machine, then you can either pull or push depending on your need. For pulling you can use


rsync -chavzP -e "ssh -p 22" --stats username@OLDServerIPaddress:/location/of/your/oldfolder/where/from/you/are/pulling /location/of/newserver/where/youare/keeping

as you are pulling so you have to run this code from your new server.
Please where exactly will the file enter , if I pull it with the command
 
Thanks you friends, I have successfully moved the files with rsync command
 
Back
Top