From 07da9b562ca7f322f7aa328acefcc39feb13816d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:42:13 +0100 Subject: [PATCH] Remove folders from backups https://github.com/alexbelgium/hassio-addons/issues/1048 --- jellyfin/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jellyfin/config.json b/jellyfin/config.json index 09d4509bbeb..0eb8afec324 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -5,10 +5,10 @@ "armv7" ], "backup_exclude": [ - "*/cache/", - "*/logs/", - "*/transcodes/", - "*/metadata/" + "**/cache/", + "**/log/", + "**/transcode/", + "**/metadata/" ], "codenotary": "alexandrep.github@gmail.com", "description": "A Free Software Media System that puts you in control of managing and streaming your media", @@ -117,6 +117,6 @@ "slug": "jellyfin", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "10.8.11", + "version": "10.8.11-test", "video": true }