From a41c3a6019cd79d140dd14e60b58baead6be9a73 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 27 Nov 2023 16:30:39 +0100 Subject: [PATCH] Add tag "freshrss" to restic backups --- systems/ttrss/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/ttrss/default.nix b/systems/ttrss/default.nix index f61fec3..0c3c40b 100644 --- a/systems/ttrss/default.nix +++ b/systems/ttrss/default.nix @@ -17,6 +17,7 @@ az-restic-client-server-mysql = { enable = true; path = config.services.freshrss.dataDir; + tag = "freshrss"; time = "23:00"; }; az-rss-bridge.enable = true;