Restic
Install
Basic Tutorial
# Create a repo
restic -r /tmp/restic-repo init
# Backup a directory
restic -r /temp/restic-repo backup /path/to/directory
# View snapshots
restic -r /temp/restic-repo snapshots
Common Commands
List all snapshots
Restore using mount
Compare snapshots
Check repo integrity
Delete snapshot
# Remove the snapshot
restic -r <repo> forget <snapshot_hash>
# Prune to remove unused files
restic -r <repo> prune
Docker
Documentation
Last update:
August 11, 2023
Created: June 3, 2023
Created: June 3, 2023