vno1-gdrx: add btrfssnapshot

This commit is contained in:
Motiejus Jakštys 2024-08-05 19:07:06 +03:00
parent c7136d536d
commit bc43fbf222
1 changed files with 17 additions and 23 deletions

View File

@ -79,29 +79,23 @@ in
group = "users";
};
#btrfssnapshot = {
# enable = true;
# subvolumes = [
# {
# subvolume = "/home";
# label = "5minutely";
# keep = 12;
# refreshInterval = "*:0/5";
# }
# {
# subvolume = "/home";
# label = "hourly";
# keep = 24;
# refreshInterval = "*:00:00";
# }
# ];
#};
#wifibackup = {
# enable = true;
# toPath = "/home/${config.mj.username}/M-Active/.wifi";
# toUser = config.mj.username;
#};
btrfssnapshot = {
enable = true;
subvolumes = [
{
subvolume = "/home";
label = "5minutely";
keep = 12;
refreshInterval = "*:0/5";
}
{
subvolume = "/home";
label = "hourly";
keep = 24;
refreshInterval = "*:00:00";
}
];
};
remote-builder.client =
let