search for: find_fuzzi

Displaying 3 results from an estimated 3 matches for "find_fuzzi".

Did you mean: find_fuzzy
2009 Dec 21
1
File list and find_fuzzy() insights for algo fiddling
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
2009 May 14
3
--fuzzy question
Hi, I have a file that changes slightly in size every day and has the timestamp appended to it.. for example on the 14th may: MybackedUpFileBlabla_200905140219.bak This is transferred by rsync to another server. The next day that file is deleted and substituted by a new file on the sender.. the new file would be named for example (15th May): MybackedUpFileBlabla_200905150221.bak The new file
2008 Mar 19
0
[PATCH] Unsnarl missing_below/dry_run logic.
The generator can skip a directory's contents altogether due to --ignore-non-existing, a daemon exclude, or a mkdir failure. On a --dry-run, the generator can also note the missingness of a directory while still scanning its contents. These two scenarios were conflated using a single set of missing_below/missing_dir variables in combination with transient increments in dry_run; this caused