From 34d0f6047bddeb5430af6cc88941d3daeecf5404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 10 Apr 2025 19:27:01 +0000 Subject: [PATCH] backup prometheus too --- hosts/fwminex/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index eb22062..cda5f14 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -596,8 +596,11 @@ in [ { subvolume = "/var/lib"; - repo = "${vno3-nk}:${this}-timelapse-r11"; - paths = [ "private/timelapse-r11" ]; + repo = "${vno3-nk}:${this}-var_lib_lesser"; + paths = [ + "prometheus2" + "private/timelapse-r11" + ]; backup_at = "*-*-* 02:01:00 UTC"; compression = "none"; }