<div dir="ltr"><p>Hi,</p><p>I'm trying to get the --fuzzy option to work with --compare-dest with rsync 3.1.0.</p><p>I'm testing with two files. "C_VOL-b001-i3818.spi" and "C_VOL-b001-i3816.spi" are copies of one another, but I've modified the latter a bit with a hex editor as a test. The modified date is still the same.</p>
<p>This works for me (fuzzy is utilized against the 3816 test file):</p><p>rsync --fuzzy --fuzzy -vv C_VOL-b001-i3818.spi rsync://user@localhost/SHARENAME/dest<br>Contents of SHARENAME/dest: C_VOL-b001-i3816.spi</p><p>This does not work:</p>
<p>rsync --fuzzy --fuzzy -vv --copy-dest=../alt C_VOL-b001-i3818.spi rsync://user@localhost/SHARENAME/dest<br>Contents of SHARENAME/dest: <empty><br>Contents of SHARENAME/alt: C_VOL-b001-i3816.spi</p><p>I do get complaints that:<br>
"file has vanished"[...]"[..]alt/C_VOL-b001-i3816.spi" (in SHARENAME)"<br>...so it does appear to be seeing the contents of the "alt" folder. Fuzzy isn't being run against it, however.</p>
<p>I'd appreciate any insight on this.</p><p>PS: I posted another thread having to do with issues with the --debug=FUZZY flag, but I think that's a separate issue so I'm posting this separately for clarity.</p>
<p>Thanks<br>Graham</p></div>