Local directory added for exclusion
This commit is contained in:
parent
37a3c77c80
commit
678d76df4d
|
@ -20,6 +20,7 @@ WAIT_FOR_FULLSYNC=never # always, first or never
|
|||
CONFIG_DIRS=" \
|
||||
--exclude='$WMDERPDIRNAME' \
|
||||
--exclude='.osync_workdir' \
|
||||
--exclude='Local' \
|
||||
--include='*.kdbx' \
|
||||
--include='.ssh/***' \
|
||||
--include='.cache/' \
|
||||
|
@ -45,6 +46,7 @@ CONFIG_DIRS=" \
|
|||
FULL_DIRS=" \
|
||||
--exclude='$WMDERPDIRNAME' \
|
||||
--exclude='.osync_workdir' \
|
||||
--exclude='Local' \
|
||||
--include='*.kdbx' \
|
||||
--include='.ssh/***' \
|
||||
--include='.cache/' \
|
||||
|
@ -72,6 +74,7 @@ FULL_DIRS=" \
|
|||
PERM_DIRS=" \
|
||||
--exclude='$WMDERPDIRNAME' \
|
||||
--exclude='.osync_workdir' \
|
||||
--exclude='Local' \
|
||||
--include='*.kdbx' \
|
||||
--include='.ssh/***' \
|
||||
--include='.cache/' \
|
||||
|
|
Loading…
Reference in New Issue