revert default, set host config for zfs snap backup
This commit is contained in:
parent
d441049526
commit
a87b6f9323
2 changed files with 3 additions and 3 deletions
|
@ -208,7 +208,7 @@ in
|
||||||
mountPath = "/mnt/restic_nightly_backup";
|
mountPath = "/mnt/restic_nightly_backup";
|
||||||
zfsDataset = "nahar/containers/volumes";
|
zfsDataset = "nahar/containers/volumes";
|
||||||
snapshotName = "restic_nightly_snap";
|
snapshotName = "restic_nightly_snap";
|
||||||
startAt = "*-*-* 02:10:00 America/Chicago";
|
startAt = "*-*-* 06:30:00 America/Chicago";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# System
|
# System
|
||||||
|
|
|
@ -84,8 +84,8 @@ in
|
||||||
};
|
};
|
||||||
startAt = lib.mkOption {
|
startAt = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "*-*-* 06:00:00 America/Chicago"; # Every day at 6 AM
|
default = "*-*-* 02:10:00 America/Chicago"; # Every day at 2:10 AM
|
||||||
description = "When to create and mount the ZFS snapshot. Defaults to 6 AM.";
|
description = "When to create and mount the ZFS snapshot. Defaults to 2:10 AM.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue