Displaying 1 result from an estimated 1 matches for "trotsig".
Did you mean:
rtsig
2018 Jan 15
3
[Bug 13222] New: rsync creates warning if time of destination file differs in fractional part of second and owner mismatches
..., rsync -a this file from
machine A to B
expected:
file on B now has the same timestamp as file on A. (worked using rsync 3.1.0,
also works if time difference is more than one second)
results:
file on B retains different timestamp and error is generated
more detailed:
# create files
mueller at trotsig:~> ssh invik 'rm -f aa; touch aa; chmod 666 aa; ls -l
--full-time aa'; rm -f aa; touch aa; chmod 666 aa; ls -l --full-time aa
-rw-rw-rw- 1 mueller trusted 0 2018-01-15 16:25:03.299655606 +0100 aa
-rw-rw-rw- 1 mueller trusted 0 2018-01-15 16:25:03.310296840 +0100 aa
# try to copy files u...