rsync error: failed to set times on “/foo/bar”: Operation not permitted

前端 未结 9 2052
暖寄归人
暖寄归人 2021-01-29 19:27

I\'m getting a confusing error from rsync and the initial things I\'m finding from web searches (as well as all the usual chmod\'ing) are not solving it:

rsync:          


        
9条回答
  •  南方客
    南方客 (楼主)
    2021-01-29 19:43

    If /foo/bar is on NFS (or possibly some FUSE filesystem), that might be the problem.

    Either way, adding -O / --omit-dir-times to your command line will avoid it trying to set modification times on directories.

提交回复
热议问题