Updated exclusion to array
This commit is contained in:
+5
-5
@@ -129,11 +129,11 @@ PROFILE_CONTAINER_DELAY["important-data"]=10
|
||||
PROFILE_CONTAINER_DELAY["emby"]=5
|
||||
# Not include logs or other file types during transfer per profile
|
||||
declare -A PROFILE_EXCLUDE_DIRS
|
||||
PROFILE_EXCLUDE_DIRS["arrs_stack"]="logs"
|
||||
PROFILE_EXCLUDE_DIRS["critical-data"]="logs"
|
||||
PROFILE_EXCLUDE_DIRS["gmer4lfe"]="logs"
|
||||
PROFILE_EXCLUDE_DIRS["important-data"]="logs"
|
||||
PROFILE_EXCLUDE_DIRS["emby"]="logs"
|
||||
PROFILE_EXCLUDE_DIRS["arrs_stack"]="logs *.tmp"
|
||||
PROFILE_EXCLUDE_DIRS["critical-data"]="logs *.tmp"
|
||||
PROFILE_EXCLUDE_DIRS["gmer4lfe"]="logs *.tmp"
|
||||
PROFILE_EXCLUDE_DIRS["important-data"]="logs *.tmp"
|
||||
PROFILE_EXCLUDE_DIRS["emby"]="logs *.tmp"
|
||||
#-----------------------------------------------------------------------------------------------
|
||||
#----------------------------- End of Master Config ---------------------------------------------
|
||||
#-----------------------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user