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

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

    The problem in my case was that the "receiver mountpoint" was incorrectly mounted. It was in read-only mode (for some extrange reason). It looked like rsync was copying the files, but it was not. I checked my fstab file and changed mount options to default, re-mount file system and execute rsync again. All fine then.

提交回复
热议问题