Backup System requrements
- regularly test your backups
- automate them
- efficient
- secure
- redundant
- consistent
Tools for documentation
- tar
- rsync
- git
- raid
- LVM
Backup types
- Application Types
- File Data
- Configuration files
- System Data
How to reduce backup costs
- compress
- don't copy (use rsync)
- throw stale data away
- keep data well organized
- prioritize
Backup system Architecture
- store data in multiple sites
- automate backup
- automate restoration proccess