Milagro
Senior Member
- Sep 17, 2016
- 852
- 153
Please where exactly will the file enter , if I pull it with the commandFirst 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.