Check socket stats on e.g ip 192.168.1.10
ss -tnao dst 192.168.1.10
http://www.binarytides.com/linux-ss-command/
ss -tnao dst 192.168.1.10
http://www.binarytides.com/linux-ss-command/
How to rsync e.g PIPELINE dir from Source to Destination? #rsync -avzr --delete-before -e "ssh -p $portNumber" /local...