Hybrid Rsync Rclone Restic Patterns
This module explains when to use each tool and how they work together.
Mental Model
Think in layers:
rsyncbuilds a clean local copy you can restore fastresticturns that copy into encrypted historyrcloneadds an offsite copy on top
Lessons
| Lesson | Outcome |
|---|---|
| Tool Comparison and Architecture | Pick the right tool for each backup step |
| Local Snapshot Plus Offsite Replication | Keep fast local restores and an offsite copy |
| WordPress and Database Pattern | Use the same pattern for WordPress and database backups |
What You'll Be Able To Do After This Module
- Design a workflow that supports fast restores and long-term history
- Avoid using
syncas a "snapshot" by mistake - Build runbooks that work during real incidents