> ... is there a flag in rsync which can change the > default block size? man rsync says (in part): -B, --block-size=BLOCKSIZE This forces the block size used in the rsync algorithm to a fixed value. It is normally selected based on the size of each file being updated. See the technical report for details.