sync_replica.sh and recreate_db_sync_replica.sh should avoid rsync compression
These scripts use rsync to copy the checkpoints tree. The biggest
files in here are compressed checkpoints. Using '-z' with rsync
is worse than useless here, in WAN and LAN situations, as it wastes
CPU cycles and slows down the transfer without reducing the amount
of data to be transferred.