vote up 0 vote down star

I was curious as to how people normally back up their websites. I normally drag and drop from FTP and use phpmyadmin to download a copy of my databases. I'm sure there's a way where you write a script and have it back up your stuff automatically or upon click, how do people do that? Is it possible to use php to back up stuff?


4  
This belongs on serverfault, not superuser. – Stefan Kendall Nov 2 at 16:25
People are really trigger happy with the SuperUser moves. I've seen a number of ones that should've gone to ServerFault go to SU. – ceejayoz Nov 2 at 16:25
$ tar -cvf 2009-11-03_WWW.tar /web/dir/blah; :) – Tim Nov 2 at 17:41

Browse other questions tagged or ask your own question.