btrfssnapshot: make it somewhat work

This commit is contained in:
2024-07-29 16:11:01 +03:00
parent 43697386b8
commit 7970c36801
5 changed files with 26 additions and 7 deletions

View File

@@ -79,6 +79,22 @@ in
verboseLogs = true;
};
btrfssnapshot = {
enable = true;
subvolumes = {
"/home" = {
label = "5minutely";
keep = 12;
refreshInterval = "*:0/5";
};
#"/home" = {
# label = "hourly";
# keep = 24;
# refreshInterval = "*:00:00";
#};
};
};
wifibackup = {
enable = true;
toPath = "/home/${config.mj.username}/M-Active/.wifi";