【问题标题】:rsync - same size, content, owner, group, permissions, time - yet it wants to copyrsync - 相同的大小、内容、所有者、组、权限、时间 - 但它想要复制
【发布时间】:2019-05-28 05:01:00
【问题描述】:

rsync - 相同的大小、内容、所有者、组、权限、时间 - 但它想要复制

使用 macOS Mojave。在源目录中使用默认文件系统(apfsdf?),在目标目录中使用 FAT32(msdosdf)。

没有想法了。

【问题讨论】:

标签: macos backup rsync fat32 apfs


【解决方案1】:

尝试添加--modify-window=1。来自rsync 手册页:

--modify-window
          When  comparing  two  timestamps, rsync treats the timestamps as
          being equal if they differ by no  more  than  the  modify-window
          value.   This  is  normally  0 (for an exact match), but you may
          find it useful to set this to a larger value in some situations.
          In  particular,  when  transferring to or from an MS Windows FAT
          filesystem (which represents times with a 2-second  resolution),
          --modify-window=1 is useful (allowing times to differ by up to 1
          second).

【讨论】:

  • 你拯救了这一天。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2020-06-05
  • 1970-01-01
  • 2016-03-04
  • 2022-11-14
  • 1970-01-01
  • 2022-01-10
  • 1970-01-01
相关资源
最近更新 更多