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