When syncing a large MySQL database, rsync hangs at transferring the ibdata1 file.
This happens because the compression option, "z" is enabled in the script on the rsync options.
Perhaps a notification about disabling compression for the rsync transfer may be helpful for some users transferring large databases?