From 56f167e9a73003eaff034242a58049f4c830f061 Mon Sep 17 00:00:00 2001 From: macronova Date: Sun, 10 Aug 2025 01:21:59 -0500 Subject: [PATCH] Update grid --- linux/quasar/zfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/quasar/zfs.nix b/linux/quasar/zfs.nix index 91fabac..e276718 100644 --- a/linux/quasar/zfs.nix +++ b/linux/quasar/zfs.nix @@ -79,7 +79,7 @@ prefix = "zrepl-"; interval = "1h"; } ["1x1h(keep=all)" "30x1d" "52x1w"]) - (pushConfig backupBaseName {type = "manual";} ["8x13w"]) + (pushConfig backupBaseName {type = "manual";} ["1x1h(keep=all)" "8x13w"]) (sinkConfig archiveBaseName "zarchive/snapshot") (sinkConfig backupBaseName "zbackup/snapshot") ];