On Thu, Jan 31, 2013 at 8:18 PM, Jason Keltz <j...@cse.yorku.ca> wrote:
> >
> See my email to Les...  If only the rsync server could save a copy of the
> file checksums when it runs, it would probably decrease the sync time by
> half and save a whole lot of disk activity...

If you don't use the --ignore-times option with rsync it will skip the
checksum comparison on files where the timestamp, length, etc. match.
It should only have to read the directory on both sides if nothing
changes between runs.   Be sure you are using options that propagate
the timestamp (like -a) for this to work.

-- 
   Les Mikesell
     lesmikes...@gmail.com

Reply via email to