Backups of the live site (moved): Difference between revisions

no edit summary
imported>Paulproteus
(Created page with '{{Hacking OpenHatch}}')
 
imported>Paulproteus
No edit summary
Line 1:
{{Hacking OpenHatch}}
 
The OpenHatch site requires the following things to keep working:
 
* Our database, which gets mysqldump'd into /var/backups/mysql/
* The files in /home/deploy/
* Configuration files in /etc
* /root/ which contains a few scripts useful for maintaining the server
 
We have a free, donated account from rsync.net that lets us store 50GB of data there.
 
We use duplicity (as per the rsync.net [http://www.rsync.net/resources/howto/duplicity.html official document]
 
We snapshot the contents once daily.
Anonymous user