linux – rsync – 未能设置权限 – 不允许操作

我收到以下命令时出现此错误
rsync -avz --links -O /home/jansiatest/.jenkins/workspace/svn_to_demo/trunk/cps/ jansia@ps27670.dreamhost.com:/home/tasklite/temp
sending incremental file list
./
rsync: Failed to set permissions on "/home/tasklite/temp/.": Operation not permitted (1)

但问题是我不想改变“/ home / tasklite / temp /”的许可.我怎么设置它?

解决方法

将-avz替换为-rltvz. (-a选项等同于-rlptgoD.)

相关文章

insmod和modprobe加-f参数导致Invalid module format错误 这...
将ArchLinux安装到U盘 几个月前入门Arch的时候上网搜了不少安...
1、安装Apache。 1)执行如下命令,安装Apache服务及其扩展包...
一、先说一下用ansible批量采集机器信息的实现办法: 1、先把...
安装配置 1. 安装vsftpd 检查是否安装了vsftpd # rpm -qa | ...
如何抑制stable_secret读取关键的“net.ipv6.conf.all.stabl...