Ok The situation is this:
We currently use mysqldump and then bzip2 compress the result and scp it back to our backup server. This is a time consuming manual process and there are no snapshots created.
I am currently experimenting with rsync transferring the differences between the old and new dump files but the compression is much less efficient.
Any other suggestions would be welcome.
I don't know how the pattern search algorithms in rsync exactly work, if you find anything on this, please do tell ;). – Michael Renner May 31 '09 at 02:09