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 @@ }; }; }; + */ }; }; }