rsync 命令
rsync 是remote sync的缩写,用于linux系统下的数据镜像备份工具,远程服务器之间的文件拷贝。
rsync文件上传
rsync上传
$ rsync -av --exclude=".git" ./ yunsuanliyuxiangshiServer:/home/yuxiangshi/web/yunsuanli_api1
scp 命令
scp 是secure copy的缩写,用于远程的文件的复制。