do you have any good suggestions how to backup remote php site and mysql, and upload it to another remote ftp? I do have shell access and it is linux system.
Kind of lame question when I post it like that, but I assume some script would have to be run on remote server with site, that would do this.
If you don’t mind sharing your ideas, I would appreciate it.
Best,
Zeljko
Depends on the capabilities of your shell and the size of your site, but the first step could be very trivial: Use mysqldump and zip it together with your webpage. For uploading your archive you can maybe use wput or simply fall back to ftp which should be available on most shells.