Update grid

This commit is contained in:
Sicheng Pan 2025-08-10 01:21:59 -05:00
parent 1a46a65c00
commit 56f167e9a7
Signed by: macronova
GPG key ID: CE969670FB4B4A56

View file

@ -79,7 +79,7 @@
prefix = "zrepl-"; prefix = "zrepl-";
interval = "1h"; interval = "1h";
} ["1x1h(keep=all)" "30x1d" "52x1w"]) } ["1x1h(keep=all)" "30x1d" "52x1w"])
(pushConfig backupBaseName {type = "manual";} ["8x13w"]) (pushConfig backupBaseName {type = "manual";} ["1x1h(keep=all)" "8x13w"])
(sinkConfig archiveBaseName "zarchive/snapshot") (sinkConfig archiveBaseName "zarchive/snapshot")
(sinkConfig backupBaseName "zbackup/snapshot") (sinkConfig backupBaseName "zbackup/snapshot")
]; ];