fwminex: snapshot /home too

This commit is contained in:
Motiejus Jakštys 2024-07-29 17:00:55 +03:00
parent 2c8f0ff420
commit 9f8754044d
1 changed files with 12 additions and 0 deletions

View File

@ -97,6 +97,18 @@ in
btrfssnapshot = { btrfssnapshot = {
enable = true; enable = true;
subvolumes = [ subvolumes = [
{
subvolume = "/home";
label = "hourly";
keep = 24;
refreshInterval = "*:00:00";
}
{
subvolume = "/home";
label = "nightly";
keep = 7;
refreshInterval = "daily UTC";
}
{ {
subvolume = "/var/lib"; subvolume = "/var/lib";
label = "hourly"; label = "hourly";