rsync -Phavzu ./ -e “ssh -p [port number]” user@remotehost:/desfolder/
同步当前目录所有文件到目标机器,目标机器ssh使用非22端口
同步实时显示文件进度,传输速度,并断点续传
rsync -Phavzu ./ -e “ssh -p [port number]” user@remotehost:/desfolder/
同步当前目录所有文件到目标机器,目标机器ssh使用非22端口
同步实时显示文件进度,传输速度,并断点续传