知道对方的ip,用户名,密码 path
如何写rsync这个东东。
查看,同步
命令参考:
rsync -apqz --delete --exclude filename $dir $ip:$dir &>/dev/null
具体参数使用可以man rsync