fwminex: snapshot /home too
This commit is contained in:
parent
2c8f0ff420
commit
9f8754044d
@ -97,6 +97,18 @@ in
|
||||
btrfssnapshot = {
|
||||
enable = true;
|
||||
subvolumes = [
|
||||
{
|
||||
subvolume = "/home";
|
||||
label = "hourly";
|
||||
keep = 24;
|
||||
refreshInterval = "*:00:00";
|
||||
}
|
||||
{
|
||||
subvolume = "/home";
|
||||
label = "nightly";
|
||||
keep = 7;
|
||||
refreshInterval = "daily UTC";
|
||||
}
|
||||
{
|
||||
subvolume = "/var/lib";
|
||||
label = "hourly";
|
||||
|
Loading…
Reference in New Issue
Block a user