It's always wise to use HTTPS instead of HTTP.
Regarding the automated backup, for an other project I use task scheduler as well.
What you have to do is setup a new task and let it call a .bat file, in this .bat file you can simply use mysqladmin to backup the database and a basic copy script to backup the website. Or even better, rar the files afterwards to save some disk space.
|