diff --git a/wmde-rp.conf b/wmde-rp.conf index 4f7592b..f0f8da7 100644 --- a/wmde-rp.conf +++ b/wmde-rp.conf @@ -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/' \