rsync 远程同步工具
rsync 主要用于备份和镜像。具有速度快、避免复制相同内容和支持符号链接的优点。
rsync 和 scp 区别:用 rsync 做文件的复制要比 scp 的速度快,rsync 只对差异文件做更
新。scp 是把所有文件都复制过去。
更新报错:
total size is 849741311 speedup is 81.70
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1052)
[sender=3.0.9]
原因:改文件夹不属于改登录用户的
解决方法1.修改文件夹所属权;2.切换登录用户