Displaying 2 results from an estimated 2 matches for "c_vol".
Did you mean:
c_val
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-i381...
2014 Mar 07
1
Problem using --debug=FUZZY[2] flags
Hi,
I'm having a problem trying to get the --debug flags to work with 3.1.0. I
wanted to check with the mailing list to make sure 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 runni...