diff --git a/hosts/cryochamber/configuration.nix b/hosts/cryochamber/configuration.nix index d23e5a5..0b95c8a 100644 --- a/hosts/cryochamber/configuration.nix +++ b/hosts/cryochamber/configuration.nix @@ -117,7 +117,7 @@ templates.backup = { frequently = 0; - hourly = 0; + hourly = 12; daily = 30; monthly = 6; yearly = 3; @@ -125,7 +125,7 @@ autoprune = true; }; - datasets."tank" = { + datasets."tank/backup" = { useTemplate = [ "backup" ]; recursive = "zfs"; };