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";
}
];
};
}; };
}; };

View File

@@ -47,6 +47,7 @@ in
shfmt shfmt
tokei tokei
shfmt shfmt
mbpoll # modbus poll
bloaty bloaty
skopeo skopeo
inferno inferno