Introduction
This module explains what Restic does best, how it differs from Rsync and Rclone, and how to start safely.
tip
If you are coming from rsync and rclone, start here to avoid the most common mistake: expecting Restic backups to look like normal folders.
Lessons
| Lesson | Outcome |
|---|---|
| What is Restic | Understand snapshots, deduplication, and encryption model |
| Install and Initialize Repository | Build your first repository safely |
| Restic vs Rsync vs Rclone | Pick the right tool for each workflow |
Suggested Learning Order
- Read What is Restic
- Create a lab repo in Install and Initialize Repository
- Confirm tool choice in Restic vs Rsync vs Rclone