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