报错信息:
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1179) [sender=3.1.2]
报错原因:当前用户的权限不够
解决办法:
chown username [文件夹]# 示例:chown -R saodai /usr
chmod 777 [文件夹]#实例:chmod 777 /usr
注意事项
- 这里要切换成root账号去改,不然权限不够
- 注意要把所有的虚拟机下的对应文件权限都要改了
- 根据报错信息去改对应的目录,比如上面我是/usr/local/bin,那就改所有虚拟机的/usr权限