Hi! I read the source around find_fuzzy(), but got stuck in get_dirlist(). I thought the latter returns the subset of the current “global” file list of the receiver side (which is complete, or an incremental part(?)), reduced to the “same directory” restriction.
Can someone enlighten me, where the “global file list” is stored? Is that actually used for fuzzy-match? If not, why not? When is recv_generator() invoked? It seems to store some static fuzzy-related data, but I don’t get the big picture when this data is updated. My intention is to augment the fuzzy-search to search in the whole receiver target subtree. Thanks, Robert -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html