don't use --include='*', this breaks osync functionallity

This commit is contained in:
Tobias Herre 2025-05-03 05:35:15 -04:00
parent 53c6e8c70e
commit e8d93849db
1 changed files with 1 additions and 5 deletions

View File

@ -20,7 +20,6 @@ WMDERPDIRNAME=".wmde-rp"
CONFIG_DIRS=" \
--exclude='$WMDERPDIRNAME' \
--exclude='.osync_workdir' \
--exclude='Local' \
--include='*.kdbx' \
--include='.ssh/***' \
@ -46,7 +45,6 @@ CONFIG_DIRS=" \
FULL_DIRS=" \
--exclude='$WMDERPDIRNAME' \
--exclude='.osync_workdir' \
--exclude='Local' \
--include='*.kdbx' \
--include='.ssh/***' \
@ -69,12 +67,10 @@ FULL_DIRS=" \
--include=.config/*** \
--exclude='Downloads' \
--exclude='VirtualBox VMs' \
--include='*' \
"
PERM_DIRS=" \
--exclude='$WMDERPDIRNAME' \
--exclude='.osync_workdir' \
--exclude='Local' \
--include='*.kdbx' \
--include='.ssh/***' \
@ -95,9 +91,9 @@ PERM_DIRS=" \
--include='.local/share/' \
--include='.local/share/backgrounds/***' \
--include=.config/*** \
--include='*' \
"
# --exclude='.osync_workdir' \
#CONFIGDIRS=".config \
# .local/share/backgrounds \