From f22e3406be932b355725731da37fd8d3854a045d Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 16 May 2024 19:19:00 +0200 Subject: [PATCH] borgmatic: modify jellyfin backup exeption --- nomad-job/borgmatic.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad-job/borgmatic.nomad b/nomad-job/borgmatic.nomad index 33694a1..abf260c 100644 --- a/nomad-job/borgmatic.nomad +++ b/nomad-job/borgmatic.nomad @@ -85,7 +85,7 @@ exclude_patterns: - '*nomad/registry' - '*nomad/pacoloco' - '*nomad/pihole' - - '*nomad/jellyfin' + - '*nomad/jellyfin/config/data/library*' match_archives: '*' archive_name_format: '{{ env "node.datacenter" }}-{now:%Y-%m-%dT%H:%M:%S.%f}'