Modification time error

Ingo Brückl ib at wupperonline.de
Wed Dec 31 03:34:33 MST 2014


/tmp was actually on a tmpfs and no idea why this happens, but it doesn't
seem to be a rsync issue (though it's kinda scary). This "fixes" it:

diff -Nur a/testsuite/compare-dest.test b/testsuite/compare-dest.test
--- a/testsuite/compare-dest.test	2007-09-03 22:43:58.000000000 +0200
+++ b/testsuite/compare-dest.test	2014-12-31 10:40:43.796572443 +0100
@@ -15,6 +15,7 @@
 # Build some files/dirs/links to copy

 hands_setup
+sleep 1

 # Setup the alt and chk dirs
 $RSYNC -av --include=text --include='*/' --exclude='*' "$fromdir/" "$alt1dir/"


More information about the rsync mailing list