devinemke wrote:PHP's FTP Functions will allow you to copy files from one server to the other. you could store all of the resumes in one directory on each server and spool the remote and local directories into two arrays and use [man]array_diff[/man] to figure out which ones need to be copied.
as far as the database backup: if you are using mySQL you can make a simple call to mysqldump or an even better approach would be to use Replication.
The PHP FTP Functions is a good idea but it doesn't address the issue of automating the whole process. If I develop an interface that means that I have to be their to execute the application for downloading the files from the online server, if am absent that means no download will occur.
As for the mysql suggestion you made, again the whole issue of automation pops up, human intervention is what we are trying to avoid, processes must continue running even with the absence of the web developer.
So am back to square one again..I know this is more of an administrative rather then development issue I've raised but am sure there are people in this forum who've faced similar situations so theyhave insight on how to proceed...
Thanks for responding..more help please..