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

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

    I've seen that problem when I'm writing to a filesystem which doesn't (properly) handle times -- I think SMB shares or FAT or something.

    What is your target filesystem?

提交回复
热议问题