https://bugzilla.samba.org/show_bug.cgi?id=13385

--- Comment #2 from Silvan Schmitz <silvanschm...@gmail.com> ---
Links also don't work ...

$ mkdir a b
$ ln -s / a/link
$ ln -s / b/link
$ touch -hd "2018-04-16 10:00:00.123" a/link
$ touch -hd "2018-04-16 10:00:00.456" b/link
$ stat --format "%n: %y" {a,b}/link
a/link: 2018-04-16 10:00:00.123000000 +0200
b/link: 2018-04-16 10:00:00.456000000 +0200
$ rsync -ai@-1 a/ b/
.d..t...... ./
.L..t...... link -> /
$ stat --format "%n: %y" {a,b}/link
a/link: 2018-04-16 10:00:00.123000000 +0200
b/link: 2018-04-16 10: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

Reply via email to