hainich: Set more sensible snapshot retention time

keep-around/0c55ccb47b057eb1c87d461a2fd9520bcd58a0be
schweby 2021-04-15 06:35:31 +02:00
parent b136ca090f
commit ccb4469922
No known key found for this signature in database
GPG Key ID: B880491D046E2F87
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@
services.zfs = { services.zfs = {
autoSnapshot = { autoSnapshot = {
enable = true; enable = true;
frequent = 12;
hourly = 18;
daily = 3;
weekly = 0;
monthly = 0;
}; };
autoScrub = { autoScrub = {
enable = true; enable = true;