How do I automatically backup a website (files and database) to a Mac?
March 11, 2009 10:31 AM
Subscribe
What is the best way to automatically backup a website (files and database) to a Mac? Suggestions for Windows?
I build websites, and I have a client who pretty much only has Macs. They want a solution where they can automatically backup an entire website (files and database) to their machines. I have access to the admin area of the hosting account. If I'm unable to find an easy to install/use solution for the Mac, a Windows solution would also work.
posted by HC Foo to computers & internet (4 comments total)
3 users marked this as a favorite
1. mysqldump
2. tar
3. ftp
4. cron
There may be something out there that wraps this all under a pretty GUI, but I'd expect not since a general-purpose solution to this could so easily get tripped up by sites which may store important files in non-obvious locations, different database schemes, etc.
posted by ook at 10:43 AM on March 11