On Aug 30, 2005, at 9:39 AM, Rad Craig wrote: > I run a MySQL database on my webhost. What is the best way to get > that included if I use rsync, to ensure that the database is always > properly backed up? You need to make a cron job of 'mysqldump' on the server. Otherwise it is not part of your user account and will not be backed up.