rsync - тот же самый размер, содержание, владелец, группа, права, время - все же это хочет скопировать
rsync - тот же самый размер, содержание, владелец, группа, права, время - все же это хочет скопировать
Использование MacOS Mojave. Использование файловой системы по умолчанию в исходном каталоге (apfs
в df
?), FAT32 в директории dest (msdos
в df
).
Закончились идеи.
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).