fra1-c: snapshot /var/lib

This commit is contained in:
2025-11-24 23:39:42 +02:00
parent 3a4438c864
commit edc2df97f0
2 changed files with 18 additions and 0 deletions

View File

@@ -94,6 +94,23 @@ in
};
};
btrfssnapshot = {
enable = true;
subvolumes = [
{
subvolume = "/var/lib";
label = "hourly";
keep = 24;
refreshInterval = "*:00:00";
}
{
subvolume = "/var/lib";
label = "5minutely";
keep = 12;
refreshInterval = "*:0/5";
}
];
};
};
};