On Thu, Feb 3, 2022 at 2:23 PM Andy Smith via rsync <rsync@lists.samba.org>
wrote:

> When rsync considers times as being different, it means mtime, right? Yet
> these files have identical mtimes. They also have identical uid, gid and
> permissions.
>

They  do now, but it looks like you have lots of files hard-linked together
and presumably 2 of them aren't the same anymore on the source. Thus, the
file gets modified to the other version during the transfer and then
modified back elsewhere in the transfer.

If you get rid of the --inplace option, rsync will be able to separate them.

..wayne..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to