Take 4 frequent ZFS snapshots per day

This commit is contained in:
2020-12-28 19:34:09 +01:00
parent dd55d64aef
commit cc0bf7072f

View File

@@ -4,7 +4,7 @@
# ZFS automatic snapshots # ZFS automatic snapshots
services.zfs.autoSnapshot = { services.zfs.autoSnapshot = {
enable = true; enable = true;
frequent = 0; frequent = 4;
hourly = 24; hourly = 24;
daily = 7; daily = 7;
weekly = 4; weekly = 4;