From 0233acfbf3b84652776d653127f84e71febdfc8f Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 4 Aug 2024 15:54:42 +0200 Subject: [PATCH] Disable simple configuration --- machines/morpheus/btrbk.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/morpheus/btrbk.nix b/machines/morpheus/btrbk.nix index 358728b..de8f470 100644 --- a/machines/morpheus/btrbk.nix +++ b/machines/morpheus/btrbk.nix @@ -1,12 +1,13 @@ { ... }: { services.btrbk = { instances = { + /* home = { settings = { snapshot_preserve = "24h 14d 4w 12m"; snapshot_preserve_min = "latest"; - /* don't auto cleanup target */ + # don't auto cleanup target target_preserve_min = "all"; volume."/" = { @@ -20,6 +21,7 @@ }; }; }; + */ }; }; }