I'm thinking about making a backup of my sql db on another server. I was thinking about doing a cronjob once a day, but I'm wondering how I should export a scheme and import it to another database.
Edit: I haven't got ssh login to the server it should export from.
Anyone?