VisionsOfCody
02-28-2007, 05:59 AM
Hi
I take care of a number of small sites - a lot of which have small databases for news, prices etc
what i'd like to do is be able to make daily backups of all the dbs and save the backup files onto a separate server - the problem is that the sites are all on shared hosting and cron jobs are not possible
so I've been thinking of doing it like this:
on my server I set up a page that has a lot of iframes - each iframe will load a php page which is located on each different site server. when the php page is called it will receive a kind of key as a GET variable which will then authorize it to dump the database and ftp it to my own server (also shared hosting). Any errors will then be displayed in the iframe.
does this sound ok to you ?
or does it sound like a security risk ?
and could there possibly be a problem with my server receiving maybe 10 or 12 simultaneous ftp connections ?
thanks for any advice you can give
I take care of a number of small sites - a lot of which have small databases for news, prices etc
what i'd like to do is be able to make daily backups of all the dbs and save the backup files onto a separate server - the problem is that the sites are all on shared hosting and cron jobs are not possible
so I've been thinking of doing it like this:
on my server I set up a page that has a lot of iframes - each iframe will load a php page which is located on each different site server. when the php page is called it will receive a kind of key as a GET variable which will then authorize it to dump the database and ftp it to my own server (also shared hosting). Any errors will then be displayed in the iframe.
does this sound ok to you ?
or does it sound like a security risk ?
and could there possibly be a problem with my server receiving maybe 10 or 12 simultaneous ftp connections ?
thanks for any advice you can give