Changes between Version 5 and Version 6 of faq/data-backup
- Timestamp:
- May 25, 2011, 3:27:05 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/data-backup
v5 v6 1 1 = Does May First/People Link backup my data? = 2 2 3 Yes - we do back up all data on all of servers. 3 == Overview == 4 5 Yes - we do back up all data on all of servers and consider the backup an important part of [https://mayfirst.org/membership-agreement our responsibilities to our members]. 4 6 5 7 We have a three-prong approach: … … 9 11 * We also backup all servers nightly to an off site backup server that overwrite every night. 10 12 13 == What is backed up? == 14 15 The first step of the nightly backup process is to dump all databases to a SQL file that is stored in every members "backups" directory (e.g. /home/members/MEMBERNAME/sites/DOMAIN/backups). If you want to ensure that our backups are running - you can check the date on that file anytime you like. 16 17 Next - the /root, /etc/, /home, /var/log, /usr/local, and /var/local/ directories are backed up to both the onsite and offsite backup servers. 18 19 == Should I back up my own data? == 20 11 21 Having said that... we always encourage our members to [wiki:member-backup do their own backups]. That's for a few reasons: 12 22 13 23 * Our backups are designed primarily for disaster recover (the entire machine goes down). We cannot provide file recovery for accidental deletions or other mistakes. 14 15 24 * No backup is fool proof. It's ''always'' a good idea for tripe or quadruple redundancy. 16 25