Skip to main content

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

LessonOutcome
What is ResticUnderstand snapshots, deduplication, and encryption model
Install and Initialize RepositoryBuild your first repository safely
Restic vs Rsync vs RclonePick the right tool for each workflow

Suggested Learning Order

  1. Read What is Restic
  2. Create a lab repo in Install and Initialize Repository
  3. Confirm tool choice in Restic vs Rsync vs Rclone