snapshot /home also hourly

This commit is contained in:
2024-07-29 16:31:32 +03:00
parent 7970c36801
commit 9e301158fa
2 changed files with 45 additions and 25 deletions

View File

@@ -81,18 +81,20 @@ in
btrfssnapshot = {
enable = true;
subvolumes = {
"/home" = {
subvolumes = [
{
subvolume = "/home";
label = "5minutely";
keep = 12;
refreshInterval = "*:0/5";
};
#"/home" = {
# label = "hourly";
# keep = 24;
# refreshInterval = "*:00:00";
#};
};
}
{
subvolume = "/home";
label = "hourly";
keep = 24;
refreshInterval = "*:00:00";
}
];
};
wifibackup = {