From d91eb467984cd480d712e978b0bcfa419bceb7f9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 13 Jun 2023 21:14:12 +0200 Subject: [PATCH] Optimize backups (https://github.com/alexbelgium/hassio-addons/issues/871#issuecomment-1589879320) https://github.com/alexbelgium/hassio-addons/issues/871#issuecomment-1589879320 --- plex/config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plex/config.json b/plex/config.json index 3fe933ad7..9a3dd6c7e 100644 --- a/plex/config.json +++ b/plex/config.json @@ -4,6 +4,13 @@ "amd64", "armv7" ], + "backup_exclude": [ + "**/Cache/**", + "**/Plug-in Support/Caches/**", + "**/Logs/**", + "**/Crash Reports/**", + "**/Diagnostics/**" + ], "codenotary": "alexandrep.github@gmail.com", "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices", "devices": [ @@ -117,7 +124,7 @@ }, "slug": "plex_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.32.3.7162-b0a36929b-ls171", + "version": "1.32.3.7162-b0a36929b-ls171-2", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" }