restic
Verified for current stable LTS
Restic Commands
Restic command syntax with verified terminal examples.
Commands
6 commands for Restic
restic Operations
Restic Command: Backup Directory To Repository
restic -r <path/to/repository> backup <path/to/directory> restic HTTP
Restic Command: Cleanup Repository Keep Latest Snapshots
restic forget --keep-last 1 --prune restic Operations
Restic Command: Initialize Backup Repository
restic init -r <path/to/repository> restic HTTP
Restic Command: Restore Backup Snapshot To Target Directory
restic -r <path/to/repository> restore <latest|snapshot_id> --target <path/to/target> restic HTTP
Restic Command: Restore Path From Backup To Target Directory
restic -r <path/to/repository> restore <snapshot_id> --target <path/to/target> --include <path/to/restore> restic Operations
Restic Command: Show Backup Snapshots In Repository
restic -r <path/to/repository> snapshots Suggest a Restic Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Restic workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.