Take 4 frequent ZFS snapshots per day
This commit is contained in:
parent
dd55d64aef
commit
cc0bf7072f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue