fwminex: snapshot /home too
This commit is contained in:
parent
2c8f0ff420
commit
9f8754044d
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user