rsync error: some files/attrs were not transferred (see previous errors) (code 23)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rsync error: some files/attrs were not transferred (see previous errors) (code 23)相关的知识,希望对你有一定的参考价值。

参考技术A rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]

服务端没有写权限,修改rsyncd.conf中uid和gid

因为该目录需要rsync访问 出现错误后,查看的日志文件,提示:权限不够

错误原因

1> 服务端配置文件中指定的用户和模块指定的目录的属主属组不同

2> 服务端模块指定的目录属组属组没有权限

解决方法

将模块指定目录的属主属组修改为 配置文件中指定的 uid gid

[root@nfs01 ~]# chown rsync.rsync /backup 配置文件中指定的用户和组

如果无法解决请参考: rsync常见错误详细解答

Android Studio 导入应用时报错 Error:java.lang.RuntimeException: Some file crunching failed, see logs for de

在app文件夹的build.gradle里加上

android {

......

  aaptOptions.cruncherEnabled = false
  aaptOptions.useNewCruncher = false

......

}

 

以上是关于rsync error: some files/attrs were not transferred (see previous errors) (code 23)的主要内容,如果未能解决你的问题,请参考以下文章

转载Android Gradle Build Error:Some file crunching failed, see logs for details解决办法

rsync报错@ERROR: auth failed on module XX

Android Studio 导入应用时报错 Error:java.lang.RuntimeException: Some file crunching failed, see logs for de

ZZW原创_rsync同步时由于注释问题引起的@ERROR: chdir failed

Android Studio 导入 Eclipse项目 报 Some file crunching failed, see logs for details

Some file crunching failed, see logs for details 一种情形的解决办法