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

前端 未结 9 1927
暖寄归人
暖寄归人 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:49

    This error might also pop-up if you run the rsync process for files that are not recently modified in the source or destination...because it cant set the time for the recently modified files.

提交回复
热议问题