Local directory added for exclusion

This commit is contained in:
Tobias Herre 2025-05-02 17:46:07 -04:00
parent 37a3c77c80
commit 678d76df4d
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ WAIT_FOR_FULLSYNC=never # always, first or never
CONFIG_DIRS=" \ CONFIG_DIRS=" \
--exclude='$WMDERPDIRNAME' \ --exclude='$WMDERPDIRNAME' \
--exclude='.osync_workdir' \ --exclude='.osync_workdir' \
--exclude='Local' \
--include='*.kdbx' \ --include='*.kdbx' \
--include='.ssh/***' \ --include='.ssh/***' \
--include='.cache/' \ --include='.cache/' \
@ -45,6 +46,7 @@ CONFIG_DIRS=" \
FULL_DIRS=" \ FULL_DIRS=" \
--exclude='$WMDERPDIRNAME' \ --exclude='$WMDERPDIRNAME' \
--exclude='.osync_workdir' \ --exclude='.osync_workdir' \
--exclude='Local' \
--include='*.kdbx' \ --include='*.kdbx' \
--include='.ssh/***' \ --include='.ssh/***' \
--include='.cache/' \ --include='.cache/' \
@ -72,6 +74,7 @@ FULL_DIRS=" \
PERM_DIRS=" \ PERM_DIRS=" \
--exclude='$WMDERPDIRNAME' \ --exclude='$WMDERPDIRNAME' \
--exclude='.osync_workdir' \ --exclude='.osync_workdir' \
--exclude='Local' \
--include='*.kdbx' \ --include='*.kdbx' \
--include='.ssh/***' \ --include='.ssh/***' \
--include='.cache/' \ --include='.cache/' \