rsync - 相同的大小、内容、所有者、组、权限、时间 - 但它想要复制
使用 macOS 莫哈韦。在源目录(apfs
per ?)中使用默认文件系统,在目标目录( per )df
中使用 FAT32 。msdos
df
没有想法。
尝试添加--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).