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