diff --git a/pages/common/restic.md b/pages/common/restic.md index 2249da7b1..75b42d454 100644 --- a/pages/common/restic.md +++ b/pages/common/restic.md @@ -18,6 +18,10 @@ `restic -r {{path/to/repository}} restore {{snapshot_id}} {{path/to/target}}` +- Restore a specific path from a specific backup to a target directory: + +`restic -r {{path/to/repository}} --include {{path/to/restore}} --target {{path/to/target}} restore {{snapshot_id}}` + - Clean up the repository and keep only the most recent snapshot of each unique backup: `restic forget --keep-last 1 --prune`