[backup] add 24 hourly backups
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m36s

This commit is contained in:
2025-03-17 18:34:03 +01:00
parent a48e271853
commit 3b2a7cedc5

View File

@@ -65,7 +65,7 @@ in
enable = true;
templates."default" = {
hourly = 0;
hourly = 24;
daily = 30; #keep 30 daily snapshots
monthly = 6; #keep 6 monthly backups
yearly = 0;