* Bruce Momjian (bruce(at)momjian(dot)us) wrote:
> Interesting problem, but doesn't rsync use sub-second accuracy?
No. Simple test will show:
touch xx/aa ; rsync -avv xx yy ; sleep 0.5 ; touch xx/aa ; rsync -avv xx yy
Run that a few times and you'll see it report "xx/aa is uptodate"
sometimes, depending on when exactly where the sleep falls during the
second.
Thanks,
Stephen