https://bugzilla.samba.org/show_bug.cgi?id=13385
--- Comment #1 from Silvan Schmitz <silvanschm...@gmail.com> --- Oops, I copy-pasted incorrectly and forgot the --size-only for the second test case -- as I wrote it, both rsync's output and the result will be different. Here's what I should have written (bug's still there): $ mkdir a b $ touch -d "2018-04-13 12:00:00.123" a/test $ touch -d "2018-04-13 12:00:00.456" b/test $ stat --format "%n: %y" {a,b}/test a/test: 2018-04-13 12:00:00.123000000 +0200 b/test: 2018-04-13 12:00:00.456000000 +0200 $ rsync -ai@-1 --size-only a/ b/ .d..t...... ./ .f..t...... test $ stat --format "%n: %y" {a,b}/test a/test: 2018-04-13 12:00:00.123000000 +0200 b/test: 2018-04-13 12:00:00.456000000 +0200 -- You are receiving this mail because: You are the QA Contact for the bug. -- 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