From fe27af7a16d9bc56b0767f63d8f0490fcd2f13d1 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 22 Dec 2022 17:56:58 +0100 Subject: =?UTF-8?q?Migration=20des=20derniers=20documents=20depuis=20op=5F?= =?UTF-8?q?guide=20(d=C3=A9p=C3=B4t=20infrastructure)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/operations/sauvegardes/restic.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/operations/sauvegardes/restic.md') 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 --target /tmp/$SERVICE_NAME +``` -- cgit v1.2.3