vno3-nk: a bit more local /var snapshots

This commit is contained in:
2025-04-06 22:29:33 +03:00
parent 1c9657c670
commit 730b509b1e

View File

@@ -165,9 +165,15 @@ in
# next time: don't forget a subvolume /var/lib
subvolume = "/";
label = "hourly";
keep = 6;
keep = 24;
refreshInterval = "*:00:00";
}
{
subvolume = "/";
label = "5minutely";
keep = 12;
refreshInterval = "*:0/5";
}
{
subvolume = "/data";
label = "hourly";