From 5dce8887fc97fc661971ec879c5097b83019a33d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 25 Jul 2022 21:34:21 +0200 Subject: [PATCH] Update exclude-file.txt - Cleaned up the script to match all Starr log folders. - Added exclude for 2 plex folders. - Added exclude for the Starr apps MediaCover folder. This `exclude-file.txt` makes sure that the master backup won't be unnecessary big. What does it exclude? - Internal backups what the apps do themself. - Logfiles - MediaCover folder of the Starr apps (This holds all the posters and fanart what can be recovered/refreshed if you click on `Refresh & Scan`. - Plex `Transcode` and `PhotoTranscoder` folder that plex regularly refreshes fills up. - Backups of plex databases. --- scripts/exclude-file.txt | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/scripts/exclude-file.txt b/scripts/exclude-file.txt index a63f650..192d897 100644 --- a/scripts/exclude-file.txt +++ b/scripts/exclude-file.txt @@ -7,19 +7,13 @@ *.debug.* *.trace.* log-*.txt -Lidarr.txt -lidarr.*.txt -lidarr.debug.*.txt -lidarr.trace.*.txt -radarr.*.txt -radarr.debug.*.txt -radarr.trace.*.txt -sonarr.*.txt -sonarr.debug.*.txt -sonarr.trace.*.txt -*.*.txt -*.debug.*.txt -*.trace.*.txt +*arr.*.txt +*arr.debug.*.txt +*arr.trace.*.txt +*/MediaCover/* com.plexapp.plugins.library.blobs.db-* com.plexapp.plugins.library.db-* -*/logs \ No newline at end of file +*/logs +*/Cache/Transcode/* +*/Cache/PhotoTranscoder/* +