From 20b91f492e3bd4592683066673b1133f9dc7ef03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 12 Aug 2024 21:21:07 +0300 Subject: [PATCH] btrfs snapshot: daily UTC --- hosts/mtworx/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 043aa2c..05deaea 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -92,6 +92,12 @@ in keep = 24; refreshInterval = "*:00:00"; } + { + subvolume = "/home"; + label = "daily"; + keep = 7; + refreshInterval = "daily UTC"; + } ]; };