This repository was archived by the owner on Dec 13, 2020. It is now read-only.

Description
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?