[Bug 13385] rsync sometimes silently transfers more or fewer mtimes than it should

samba-bugs at samba.org samba-bugs at samba.org
Mon Apr 16 08:30:53 UTC 2018


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

--- Comment #2 from Silvan Schmitz <silvanschmitz at 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 at -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.



More information about the rsync mailing list