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

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

    It could be that you don't have privileges to some of the files. From an administrator account, try "sudo rsync -av " Alternately, enable the root account and sign in as root. That should allow you to completely hose your system and brute force your rsync! ;-) I'm not sure if the above mentioned --extended-attributes will help, but I threw it in too, just for good measure.

提交回复
热议问题