In the rsync image of output below:
I am unable to find the default checksum. Is it the first one, or the one in brackets?
What is the bit-depth of just xxhash?
Found this DOCUMENTATION states the first mentioned is being used, then what's the purpose of the bracketed one? Is it just a type indicator?
What is the STR that the manual mentions here?
--checksum-choice=STR, --cc=STR
This option overrides the checksum algorithms. If one algorithm
name is specified, it is used for both the transfer checksums
and (assuming --checksum is specified) the pre-transfer
checksums. If two comma-separated names are supplied, the first
name affects the transfer checksums, and the second name affects
the pre-transfer checksums (-c).
The checksum options that you may be able to use are:
o auto (the default automatic choice)
o xxh128
o xxh3
o xxh64 (aka xxhash)
o md5
o md4
o sha1
o none
Please mention the command for changing the checksum bit-depth. Is this correct?
--checksum-choice=XXH128
