I have been experimenting with backing up and synchronising data between my local server and my web server (Delphi) at Site5.

I have setup MySQL Administrator to backup my databases to my server on a daily basis. This is a fully automated backup of all databases.

I have also setup SQLyog to synchronise selected databases between my server and Delphi. This allows me to post this blog entry locally and for it to be replicated accross to the MySQL database on Delphi automatically, and vice versa.

The next step is fully automate the backing up of files between the two servers.