Make a clean snapshot of a drupal website, files and databases
Posted by athoune on May 11, 2009 at 1:20pm
The classical mysqldump is not enough to backup a drupal website.
With Snapshot, you can freeze your website and make a clean snapshot, mysql data and files. Different backup type can be done, simple copy, rsync and even rdiff-backup wich provide differential backup.
For now, only myIsam tables can be backuped. I follow percona work to handle innodb soon. Postgres must not be hard to handle.
For now, backup is local. Soon, distant copy will be handled with rsync, ftp and even S3.
Beta version is on github : http://github.com/athoune/Drupal-Snapshot/tree/master
Read more