aboutsummaryrefslogtreecommitdiff
path: root/content/operations/sauvegardes/restic.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/operations/sauvegardes/restic.md')
-rw-r--r--content/operations/sauvegardes/restic.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/operations/sauvegardes/restic.md b/content/operations/sauvegardes/restic.md
index f959541..73463d1 100644
--- a/content/operations/sauvegardes/restic.md
+++ b/content/operations/sauvegardes/restic.md
@@ -169,3 +169,9 @@ I propose:
```
restic forget --prune --keep-within 1m1d --keep-within-weekly 3m --keep-within-monthly 1y
```
+
+Also try to restore a snapshot:
+
+```
+restic restore <snapshot id> --target /tmp/$SERVICE_NAME
+```