Zfs automatic snapshots
This commit is contained in:
parent
a077e98cf3
commit
778a3244fc
|
@ -10,6 +10,14 @@
|
||||||
autoScrub = {
|
autoScrub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
autoSnapshot = {
|
||||||
|
enable = true;
|
||||||
|
flags = "-v -p";
|
||||||
|
frequent = 6;
|
||||||
|
daily = 3;
|
||||||
|
weekly = 2;
|
||||||
|
monthly = 2;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sops.secrets."terra-key" = {
|
sops.secrets."terra-key" = {
|
||||||
|
|
Loading…
Reference in New Issue