rsync error: some files could not be transferred (code 23) at main.c(702)
rsync 报错。
解决方法: rsync的source 有些文件没有读权限,所以报错。
chmod +r ./* -R
再次同步,即可OK.
rsync error: some files could not be transferred (code 23) at main.c(702)
rsync 报错。
解决方法: rsync的source 有些文件没有读权限,所以报错。
chmod +r ./* -R
再次同步,即可OK.
2195
3178
2万+
1532
2255

被折叠的 条评论
为什么被折叠?