Rsync current directory using SSH port to remote host

/usr/bin/rsync -rave "ssh -p 22222 -l root" --delete . 192.168.1.111:/tmp

No comments: