From 88ff6e36ef4b39143ad8f66f79076b4abbeba39e Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 23 Jun 2020 01:41:45 +0200 Subject: [PATCH] Clean up ZFS snapshots more frequently --- modules/datasync.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/datasync.nix b/modules/datasync.nix index 3d7a9da..056b359 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -11,13 +11,13 @@ }; zetup = { "syscea/stateful/root" = { - plan = "1day=>1hour,1month=>1day,1year=>1month"; + plan = "1day=>1hour,2week=>1day,1month=>1week,1year=>1month"; recursive = true; mbuffer.enable = true; }; "syscea/stateful/home" = { - plan = "1day=>1hour,1month=>1day,1year=>1month"; + plan = "1day=>1hour,2week=>1day,1month=>1week,1year=>1month"; recursive = true; mbuffer.enable = true; };