Database (Sql Server) backup ... to my computer.

Hi,

In my previous hosting company, I used to have a job that created a backup under my FTP account.
Then I have a scheduled task in my computer to run an automated FTP and bringing to my computer.
How do I do this in JodoHost ? I've read job scheduling is not allowed.
I'd like to have a daily backup of my database(s) in my local computer (regardless the bandwidth expense).
 
If you are refering to mySQL you can do it with SQLyog, this allows you to create scheduled jobs (on your local client) that connect to the remote mySQL server and perform the backup to your local client.
 
Back
Top