From cc0bf7072f52f246d16bb06199f1651d00388946 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 28 Dec 2020 19:34:09 +0100 Subject: [PATCH] Take 4 frequent ZFS snapshots per day --- modules/datasync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/datasync.nix b/modules/datasync.nix index 2ebf0ac..a694bbb 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -4,7 +4,7 @@ # ZFS automatic snapshots services.zfs.autoSnapshot = { enable = true; - frequent = 0; + frequent = 4; hourly = 24; daily = 7; weekly = 4;