mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
services/zfs: Auto-snapshot setup
This commit is contained in:
parent
28fcdafdd4
commit
b179cfe01b
1 changed files with 7 additions and 1 deletions
|
|
@ -3,6 +3,12 @@
|
|||
{
|
||||
services.zfs = {
|
||||
autoScrub.enable = true;
|
||||
autoSnapshot.enable = true;
|
||||
autoSnapshot = {
|
||||
enable = true;
|
||||
frequent = 1;
|
||||
daily = 7;
|
||||
weekly = 1;
|
||||
monthly = 1;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue