Displaying 2 results from an estimated 2 matches for "i3816".
Did you mean:
3816
2014 Mar 07
0
Problem using --fuzzy with --*-dest flags
Hi,
I'm trying to get the --fuzzy option to work with --compare-dest with rsync
3.1.0.
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.
This works for me (fuzzy is utilized against the 3816 test file):
rsync --fuzzy --fuzzy -vv C_VOL-b001-i3818.spi rsync://user at localhost
/SHARENAME/dest...
2014 Mar 07
1
Problem using --debug=FUZZY[2] flags
...this is really a bug and
not something I'm misunderstanding.
This is what I'm running (as a test):
rsync --fuzzy --fuzzy -vv --debug=FUZZY,FUZZY2 C_VOL-b001-i3818.spi
rsync://user at localhost/SHARENAME/dest
The "dest" folder on the destination side has a file named
C_VOL-b001-i3816.spi, which is just a copy of C_VOL-b001-i3818.spi that I
made and modified in a few places with a hex editor.
I don't get any fuzzy messages when running the command that way, but it
does utilize that file. To confirm, I commented out the "if
(DEBUG_GTE(FUZZY, 2))" line in generator....