We have an environment where we are trying to keep two VERY large folders (serparate computers joined by LAN) syncronised once a day. Apart from being very large (no problem for RSYNC) they include a millions of tiny files (bad for RSYNC).
Is there an alternative to RSYNC, or a multi-threaded RSYNC that can churn through file comparisons faster? Or maybe some that can perform an initial file syncronisation and then record changes made to the initial folder in a log that can be transferred and applied to the second folder?
