Question: How to run rsync + ssh on different port /
Answer: rsync -avz -e ‘ssh -p8324’ remote_Server_Username@Remote_Server_Ipaddress:/var/www/html/ /var/www/html/
A Pandit of Server Technologies
Question: How to run rsync + ssh on different port /
Answer: rsync -avz -e ‘ssh -p8324’ remote_Server_Username@Remote_Server_Ipaddress:/var/www/html/ /var/www/html/