rsync で ssh のポートを指定する方法

rsync で ssh のポートを指定する方法

2007/08/20 11:18am

rsync で ssh のポートを指定するには -e または --rsh オプションを使う。

rsync **-e "ssh -p 2234"** ...