From 75bbfc22a14aad407390e385c6799663626c608a Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 8 Nov 2024 18:27:03 +0100 Subject: [PATCH] Add note on how to restore snapshots --- modules/restic/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/restic/default.nix b/modules/restic/default.nix index 7aedfcd..7d743f9 100644 --- a/modules/restic/default.nix +++ b/modules/restic/default.nix @@ -1,3 +1,6 @@ +# To restore something use something like +# restic-sisko restore --include /persist/var/lib/hass --target / +# To get snaphots run restic-sisko snapshots { config, pkgs,