Forum Moderators: phranque
Until recently, I've been manually exporting databases and zipping up root folders for clients every so often in an attempt to backup their site in case of an emergency, but is there an easier, automatic way of doing this?
I only really create static sites and use PHP-MySQL Open source CMSs, so it would really just be an export of the database and all site files (including hidden ones like .htaccess etc.)
How do you backup client websites when there are more than 20 or so? I assume you don't do it manually?
Thanks
I also have Cobian Backup running on my local network server in the office which is scheduled to download the gzip files by FTP download an hour after the cronjob and all my html and php files once a week for a complete backup of all my files.
I also use Amazon S3 as storage for an incremental backup of my local server files, so all in all I have three backups:
- the hosters backup
- a backup on my local server
- a backup of the files on my local server on Amazon S3
This all goes automatically. However until now I never had to restore any files so I am not quite sure how smoothly that will go.